1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  JsonSchemaFile v1.1.5                                               -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2024 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22  </edmx:Reference>
23  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24    <edmx:Include Namespace="Resource.v1_0_0"/>
25  </edmx:Reference>
26
27  <edmx:DataServices>
28
29    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile">
30      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
31      <Annotation Term="Redfish.Language" String="en"/>
32
33      <EntityType Name="JsonSchemaFile" BaseType="Resource.v1_0_0.Resource" Abstract="true">
34        <Annotation Term="OData.Description" String="The `JsonSchemaFile` schema contains the properties that describe the locations, as URIs, of a Redfish schema definition that a Redfish service implements or references."/>
35        <Annotation Term="OData.LongDescription" String="This resource shall represent the schema file locator resource for a Redfish implementation."/>
36        <Annotation Term="Capabilities.InsertRestrictions">
37          <Record>
38            <PropertyValue Property="Insertable" Bool="false"/>
39          </Record>
40        </Annotation>
41        <Annotation Term="Capabilities.UpdateRestrictions">
42          <Record>
43            <PropertyValue Property="Updatable" Bool="false"/>
44          </Record>
45        </Annotation>
46        <Annotation Term="Capabilities.DeleteRestrictions">
47          <Record>
48            <PropertyValue Property="Deletable" Bool="false"/>
49          </Record>
50        </Annotation>
51        <Annotation Term="Redfish.Uris">
52          <Collection>
53            <String>/redfish/v1/JsonSchemas/{JsonSchemaFileId}</String>
54          </Collection>
55        </Annotation>
56      </EntityType>
57    </Schema>
58
59    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_0">
60      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
61      <Annotation Term="Redfish.Release" String="1.0"/>
62
63      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.JsonSchemaFile">
64        <Property Name="Languages" Type="Collection(Edm.String)" Nullable="false">
65          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
66          <Annotation Term="OData.Description" String="The RFC5646-conformant language codes for the available schemas."/>
67          <Annotation Term="OData.LongDescription" String="This property contains a set of RFC5646-conformant language codes."/>
68          <Annotation Term="Redfish.Required"/>
69        </Property>
70        <Property Name="Schema" Type="Edm.String" Nullable="false">
71          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
72          <Annotation Term="OData.Description" String="The `@odata.type` name this schema describes."/>
73          <Annotation Term="OData.LongDescription" String="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."/>
74          <Annotation Term="Redfish.Required"/>
75        </Property>
76        <Property Name="Location" Type="Collection(JsonSchemaFile.v1_0_0.Location)" Nullable="false">
77          <Annotation Term="OData.Description" String="Location information for this schema file."/>
78          <Annotation Term="OData.LongDescription" String="This property shall contain the location information for this schema file."/>
79          <Annotation Term="Redfish.Required"/>
80        </Property>
81      </EntityType>
82
83      <ComplexType Name="Location">
84        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
85        <Annotation Term="OData.Description" String="Location information for a schema file."/>
86        <Annotation Term="OData.LongDescription" String="This type shall describe location information for a schema file."/>
87        <Property Name="Language" Type="Edm.String" Nullable="false">
88          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
89          <Annotation Term="OData.Description" String="The language code for the schema file."/>
90          <Annotation Term="OData.LongDescription" String="This property shall contain an RFC5646-conformant language code or the `default` string."/>
91        </Property>
92        <Property Name="Uri" Type="Edm.String" Nullable="false">
93          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
94          <Annotation Term="OData.Description" String="The link to locally available URI for schema."/>
95          <Annotation Term="OData.LongDescription" String="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."/>
96          <Annotation Term="OData.IsURL"/>
97        </Property>
98        <Property Name="ArchiveUri" Type="Edm.String" Nullable="false">
99          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
100          <Annotation Term="OData.Description" String="The link to an archive file, if the schema is hosted on the service in an archive file."/>
101          <Annotation Term="OData.LongDescription" String="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."/>
102          <Annotation Term="OData.IsURL"/>
103        </Property>
104        <Property Name="PublicationUri" Type="Edm.String" Nullable="false">
105          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
106          <Annotation Term="OData.Description" String="The link to publicly available (canonical) URI for schema."/>
107          <Annotation Term="OData.LongDescription" String="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."/>
108          <Annotation Term="OData.IsURL"/>
109        </Property>
110        <Property Name="ArchiveFile" Type="Edm.String" Nullable="false">
111          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
112          <Annotation Term="OData.Description" String="The name of the file in the archive, if the schema is hosted on the service in an archive file."/>
113          <Annotation Term="OData.LongDescription" String="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."/>
114        </Property>
115      </ComplexType>
116    </Schema>
117
118    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_2">
119      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
120      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
121      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_0.JsonSchemaFile"/>
122    </Schema>
123
124    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_3">
125      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
126      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
127      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_2.JsonSchemaFile"/>
128    </Schema>
129
130    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_4">
131      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
132      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
133      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_3.JsonSchemaFile"/>
134    </Schema>
135
136    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_5">
137      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
138      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
139      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_4.JsonSchemaFile"/>
140    </Schema>
141
142    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_6">
143      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
144      <Annotation Term="OData.Description" String="This version was created to correct the description of the `Uri` and `ArchiveFile` properties."/>
145      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_5.JsonSchemaFile"/>
146    </Schema>
147
148    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_7">
149      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
150      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
151      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_6.JsonSchemaFile"/>
152    </Schema>
153
154    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_8">
155      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
156      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines.  It was also created to update the description of `ArchiveUri` and `Uri`."/>
157      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_7.JsonSchemaFile"/>
158    </Schema>
159
160    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_0_9">
161      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
162      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
163      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_8.JsonSchemaFile"/>
164    </Schema>
165
166    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_0">
167      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
168      <Annotation Term="Redfish.Release" String="2017.1"/>
169
170      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_0_4.JsonSchemaFile">
171        <Property Name="Actions" Type="JsonSchemaFile.v1_1_0.Actions" Nullable="false">
172          <Annotation Term="OData.Description" String="The available actions for this resource."/>
173          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
174        </Property>
175      </EntityType>
176
177      <ComplexType Name="Actions">
178        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
179        <Annotation Term="OData.Description" String="The available actions for this resource."/>
180        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
181        <Property Name="Oem" Type="JsonSchemaFile.v1_1_0.OemActions" Nullable="false">
182          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
183          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
184        </Property>
185      </ComplexType>
186
187      <ComplexType Name="OemActions">
188        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
189        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
190        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
191      </ComplexType>
192    </Schema>
193
194    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_1">
195      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
196      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
197      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_0.JsonSchemaFile"/>
198    </Schema>
199
200    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_2">
201      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
202      <Annotation Term="OData.Description" String="This version was created to correct the description of the `Uri` and `ArchiveFile` properties."/>
203      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_1.JsonSchemaFile"/>
204    </Schema>
205
206    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_3">
207      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
209      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_2.JsonSchemaFile"/>
210    </Schema>
211
212    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_4">
213      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
214      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines.  It was also created to update the description of `ArchiveUri` and `Uri`."/>
215      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_3.JsonSchemaFile"/>
216    </Schema>
217
218    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="JsonSchemaFile.v1_1_5">
219      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
220      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
221      <EntityType Name="JsonSchemaFile" BaseType="JsonSchemaFile.v1_1_4.JsonSchemaFile"/>
222    </Schema>
223
224  </edmx:DataServices>
225</edmx:Edmx>
226