summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema/Settings_v1.xml
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-01-03 00:41:37 +0300
committerEd Tanous <ed.tanous@intel.com>2019-01-07 22:44:11 +0300
commit530520eae687a10f2fb03d2ce23ca4188b0e2440 (patch)
tree7ddd31fc5a534f724b08a33df8c3ddacaf754b79 /static/redfish/v1/schema/Settings_v1.xml
parentbc0bd6e0039a839576a0a674239528335be1d3aa (diff)
downloadbmcweb-530520eae687a10f2fb03d2ce23ca4188b0e2440.tar.xz
Update schema files to 2018.2
Redfish schema 2018.2 was released on September 20th, 2018. While there aren't any plans to utilize any of the new services, it makes sense to keep up to date with the latest static data. This commit was largely done automatically using the update_schemas.py script. Change-Id: Ieaa9f1ab2a47244ef201cfe9a064744d7d156745 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'static/redfish/v1/schema/Settings_v1.xml')
-rw-r--r--static/redfish/v1/schema/Settings_v1.xml26
1 files changed, 24 insertions, 2 deletions
diff --git a/static/redfish/v1/schema/Settings_v1.xml b/static/redfish/v1/schema/Settings_v1.xml
index e7d973cc62..4cf8fd2eb1 100644
--- a/static/redfish/v1/schema/Settings_v1.xml
+++ b/static/redfish/v1/schema/Settings_v1.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################ -->
-<!--# Redfish Schema: Settings v1.2.0-->
+<!--# Redfish Schema: Settings v1.2.1-->
<!--# -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
<!--# available at http://www.dmtf.org/standards/redfish -->
-<!--# Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). -->
+<!--# Copyright 2014-2018 DMTF. -->
<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
<!--################################################################################ -->
<!---->
@@ -106,6 +106,12 @@
<ComplexType Name="Settings" BaseType="Settings.v1_0_3.Settings"/>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_0_5">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <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."/>
+ <ComplexType Name="Settings" BaseType="Settings.v1_0_4.Settings"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<ComplexType Name="Settings" BaseType="Settings.v1_0_4.Settings">
@@ -158,6 +164,13 @@
</EnumType>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_1_1">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <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."/>
+ <ComplexType Name="Settings" BaseType="Settings.v1_1_0.Settings"/>
+ <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_1_0.PreferredApplyTime"/>
+ </Schema>
+
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_0">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
<ComplexType Name="Settings" BaseType="Settings.v1_1_0.Settings">
@@ -218,5 +231,14 @@
</ComplexType>
</Schema>
+ <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Settings.v1_2_1">
+ <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
+ <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."/>
+ <ComplexType Name="Settings" BaseType="Settings.v1_2_0.Settings"/>
+ <ComplexType Name="PreferredApplyTime" BaseType="Settings.v1_2_0.PreferredApplyTime"/>
+ <ComplexType Name="OperationApplyTimeSupport" BaseType="Settings.v1_2_0.OperationApplyTimeSupport"/>
+ <ComplexType Name="MaintenanceWindow" BaseType="Settings.v1_2_0.MaintenanceWindow"/>
+ </Schema>
+
</edmx:DataServices>
</edmx:Edmx>