{
    "$id": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.json",
    "$ref": "#/definitions/JsonSchemaFile",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "JsonSchemaFile": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.v1_0_9.json#/definitions/JsonSchemaFile"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.v1_1_5.json#/definitions/JsonSchemaFile"
                }
            ],
            "deletable": false,
            "description": "The `JsonSchemaFile` schema contains the properties that describe the locations, as URIs, of a Redfish schema definition that a Redfish service implements or references.",
            "insertable": false,
            "longDescription": "This resource shall represent the schema file locator resource for a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/JsonSchemas/{JsonSchemaFileId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#JsonSchemaFile.JsonSchemaFile"
}