1f2a8e57eSGunnar Mills{
2f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/JsonSchemaFile.v1_1_5.json",
3f2a8e57eSGunnar Mills    "$ref": "#/definitions/JsonSchemaFile",
4f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6f2a8e57eSGunnar Mills    "definitions": {
7f2a8e57eSGunnar Mills        "Actions": {
8f2a8e57eSGunnar Mills            "additionalProperties": false,
9f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11f2a8e57eSGunnar Mills            "patternProperties": {
12f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14f2a8e57eSGunnar Mills                    "type": [
15f2a8e57eSGunnar Mills                        "array",
16f2a8e57eSGunnar Mills                        "boolean",
17f2a8e57eSGunnar Mills                        "integer",
18f2a8e57eSGunnar Mills                        "number",
19f2a8e57eSGunnar Mills                        "null",
20f2a8e57eSGunnar Mills                        "object",
21f2a8e57eSGunnar Mills                        "string"
22f2a8e57eSGunnar Mills                    ]
23f2a8e57eSGunnar Mills                }
24f2a8e57eSGunnar Mills            },
25f2a8e57eSGunnar Mills            "properties": {
26f2a8e57eSGunnar Mills                "Oem": {
27f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
31f2a8e57eSGunnar Mills                }
32f2a8e57eSGunnar Mills            },
33f2a8e57eSGunnar Mills            "type": "object"
34f2a8e57eSGunnar Mills        },
35f2a8e57eSGunnar Mills        "JsonSchemaFile": {
36f2a8e57eSGunnar Mills            "additionalProperties": false,
37f2a8e57eSGunnar Mills            "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.",
38f2a8e57eSGunnar Mills            "longDescription": "This resource shall represent the schema file locator resource for a Redfish implementation.",
39f2a8e57eSGunnar Mills            "patternProperties": {
40f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42f2a8e57eSGunnar Mills                    "type": [
43f2a8e57eSGunnar Mills                        "array",
44f2a8e57eSGunnar Mills                        "boolean",
45f2a8e57eSGunnar Mills                        "integer",
46f2a8e57eSGunnar Mills                        "number",
47f2a8e57eSGunnar Mills                        "null",
48f2a8e57eSGunnar Mills                        "object",
49f2a8e57eSGunnar Mills                        "string"
50f2a8e57eSGunnar Mills                    ]
51f2a8e57eSGunnar Mills                }
52f2a8e57eSGunnar Mills            },
53f2a8e57eSGunnar Mills            "properties": {
54f2a8e57eSGunnar Mills                "@odata.context": {
55f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
56f2a8e57eSGunnar Mills                },
57f2a8e57eSGunnar Mills                "@odata.etag": {
58f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
59f2a8e57eSGunnar Mills                },
60f2a8e57eSGunnar Mills                "@odata.id": {
61f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
62f2a8e57eSGunnar Mills                },
63f2a8e57eSGunnar Mills                "@odata.type": {
64f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
65f2a8e57eSGunnar Mills                },
66f2a8e57eSGunnar Mills                "Actions": {
67f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
68f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
69f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
70f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
71f2a8e57eSGunnar Mills                },
72f2a8e57eSGunnar Mills                "Description": {
73f2a8e57eSGunnar Mills                    "anyOf": [
74f2a8e57eSGunnar Mills                        {
75f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
76f2a8e57eSGunnar Mills                        },
77f2a8e57eSGunnar Mills                        {
78f2a8e57eSGunnar Mills                            "type": "null"
79f2a8e57eSGunnar Mills                        }
80f2a8e57eSGunnar Mills                    ],
81f2a8e57eSGunnar Mills                    "readonly": true
82f2a8e57eSGunnar Mills                },
83f2a8e57eSGunnar Mills                "Id": {
84f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
85f2a8e57eSGunnar Mills                    "readonly": true
86f2a8e57eSGunnar Mills                },
87f2a8e57eSGunnar Mills                "Languages": {
88f2a8e57eSGunnar Mills                    "description": "The RFC5646-conformant language codes for the available schemas.",
89f2a8e57eSGunnar Mills                    "items": {
90f2a8e57eSGunnar Mills                        "type": "string"
91f2a8e57eSGunnar Mills                    },
92f2a8e57eSGunnar Mills                    "longDescription": "This property contains a set of RFC5646-conformant language codes.",
93f2a8e57eSGunnar Mills                    "readonly": true,
94f2a8e57eSGunnar Mills                    "type": "array"
95f2a8e57eSGunnar Mills                },
96f2a8e57eSGunnar Mills                "Location": {
97f2a8e57eSGunnar Mills                    "description": "Location information for this schema file.",
98f2a8e57eSGunnar Mills                    "items": {
99f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Location"
100f2a8e57eSGunnar Mills                    },
101f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the location information for this schema file.",
102f2a8e57eSGunnar Mills                    "type": "array"
103f2a8e57eSGunnar Mills                },
104f2a8e57eSGunnar Mills                "Name": {
105f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
106f2a8e57eSGunnar Mills                    "readonly": true
107f2a8e57eSGunnar Mills                },
108f2a8e57eSGunnar Mills                "Oem": {
109f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
110f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
111f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
112f2a8e57eSGunnar Mills                },
113f2a8e57eSGunnar Mills                "Schema": {
114f2a8e57eSGunnar Mills                    "description": "The `@odata.type` name this schema describes.",
115f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the `@odata.type` property value for that schema and shall conform to the Redfish Specification-specified syntax for the 'Type' property.",
116f2a8e57eSGunnar Mills                    "readonly": true,
117f2a8e57eSGunnar Mills                    "type": "string"
118f2a8e57eSGunnar Mills                }
119f2a8e57eSGunnar Mills            },
120f2a8e57eSGunnar Mills            "required": [
121f2a8e57eSGunnar Mills                "Languages",
122f2a8e57eSGunnar Mills                "Schema",
123f2a8e57eSGunnar Mills                "Location",
124f2a8e57eSGunnar Mills                "@odata.id",
125f2a8e57eSGunnar Mills                "@odata.type",
126f2a8e57eSGunnar Mills                "Id",
127f2a8e57eSGunnar Mills                "Name"
128f2a8e57eSGunnar Mills            ],
129f2a8e57eSGunnar Mills            "type": "object"
130f2a8e57eSGunnar Mills        },
131f2a8e57eSGunnar Mills        "Location": {
132f2a8e57eSGunnar Mills            "additionalProperties": false,
133f2a8e57eSGunnar Mills            "description": "Location information for a schema file.",
134f2a8e57eSGunnar Mills            "longDescription": "This type shall describe location information for a schema file.",
135f2a8e57eSGunnar Mills            "patternProperties": {
136f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
137f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
138f2a8e57eSGunnar Mills                    "type": [
139f2a8e57eSGunnar Mills                        "array",
140f2a8e57eSGunnar Mills                        "boolean",
141f2a8e57eSGunnar Mills                        "integer",
142f2a8e57eSGunnar Mills                        "number",
143f2a8e57eSGunnar Mills                        "null",
144f2a8e57eSGunnar Mills                        "object",
145f2a8e57eSGunnar Mills                        "string"
146f2a8e57eSGunnar Mills                    ]
147f2a8e57eSGunnar Mills                }
148f2a8e57eSGunnar Mills            },
149f2a8e57eSGunnar Mills            "properties": {
150f2a8e57eSGunnar Mills                "ArchiveFile": {
151f2a8e57eSGunnar Mills                    "description": "The name of the file in the archive, if the schema is hosted on the service in an archive file.",
152f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the file name of the individual schema file within the archive file that the `ArchiveUri` property specifies.  The file name shall conform to the Redfish Specification-described format.",
153f2a8e57eSGunnar Mills                    "readonly": true,
154f2a8e57eSGunnar Mills                    "type": "string"
155f2a8e57eSGunnar Mills                },
156f2a8e57eSGunnar Mills                "ArchiveUri": {
157f2a8e57eSGunnar Mills                    "description": "The link to an archive file, if the schema is hosted on the service in an archive file.",
158f2a8e57eSGunnar Mills                    "format": "uri-reference",
159f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a URI colocated with the Redfish service that specifies the location of the schema file, which can be retrieved using the Redfish protocol and authentication methods.  This property shall be used for only archive files, in zip or other formats.  The `ArchiveFile` value shall be the individual schema file name within the archive file.",
160f2a8e57eSGunnar Mills                    "readonly": true,
161f2a8e57eSGunnar Mills                    "type": "string"
162f2a8e57eSGunnar Mills                },
163f2a8e57eSGunnar Mills                "Language": {
164f2a8e57eSGunnar Mills                    "description": "The language code for the schema file.",
165f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an RFC5646-conformant language code or the `default` string.",
166f2a8e57eSGunnar Mills                    "readonly": true,
167f2a8e57eSGunnar Mills                    "type": "string"
168f2a8e57eSGunnar Mills                },
169f2a8e57eSGunnar Mills                "PublicationUri": {
170f2a8e57eSGunnar Mills                    "description": "The link to publicly available (canonical) URI for schema.",
171f2a8e57eSGunnar Mills                    "format": "uri-reference",
172f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a URI not colocated with the Redfish service that specifies the canonical location of the schema file.  This property shall be used for only individual schema files.",
173f2a8e57eSGunnar Mills                    "readonly": true,
174f2a8e57eSGunnar Mills                    "type": "string"
175f2a8e57eSGunnar Mills                },
176f2a8e57eSGunnar Mills                "Uri": {
177f2a8e57eSGunnar Mills                    "description": "The link to locally available URI for schema.",
178f2a8e57eSGunnar Mills                    "format": "uri-reference",
179f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a URI colocated with the Redfish service that specifies the location of the schema file, which can be retrieved using the Redfish protocol and authentication methods.  This property shall be used for only individual schema files.  The file name portion of the URI shall conform to the format specified in the Redfish Specification.",
180f2a8e57eSGunnar Mills                    "readonly": true,
181f2a8e57eSGunnar Mills                    "type": "string"
182f2a8e57eSGunnar Mills                }
183f2a8e57eSGunnar Mills            },
184f2a8e57eSGunnar Mills            "type": "object"
185f2a8e57eSGunnar Mills        },
186f2a8e57eSGunnar Mills        "OemActions": {
187f2a8e57eSGunnar Mills            "additionalProperties": true,
188f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
189f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
190f2a8e57eSGunnar Mills            "patternProperties": {
191f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
192f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
193f2a8e57eSGunnar Mills                    "type": [
194f2a8e57eSGunnar Mills                        "array",
195f2a8e57eSGunnar Mills                        "boolean",
196f2a8e57eSGunnar Mills                        "integer",
197f2a8e57eSGunnar Mills                        "number",
198f2a8e57eSGunnar Mills                        "null",
199f2a8e57eSGunnar Mills                        "object",
200f2a8e57eSGunnar Mills                        "string"
201f2a8e57eSGunnar Mills                    ]
202f2a8e57eSGunnar Mills                }
203f2a8e57eSGunnar Mills            },
204f2a8e57eSGunnar Mills            "properties": {},
205f2a8e57eSGunnar Mills            "type": "object"
206f2a8e57eSGunnar Mills        }
207f2a8e57eSGunnar Mills    },
208f2a8e57eSGunnar Mills    "language": "en",
209f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
210f2a8e57eSGunnar Mills    "release": "2017.1",
211f2a8e57eSGunnar Mills    "title": "#JsonSchemaFile.v1_1_5.JsonSchemaFile"
212f2a8e57eSGunnar Mills}