summaryrefslogtreecommitdiff
path: root/static/redfish
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2020-09-23 03:09:03 +0300
committerJames Feist <james.feist@linux.intel.com>2020-09-23 03:09:03 +0300
commitbbf1a93eb6935c426deb0ecbcf3d8611b17aeb30 (patch)
tree535eb344be0c2c8a6eeabea1a48ad483f2ad5964 /static/redfish
parent02379d3572bc471ecbb75f33e5a03203c4b3e517 (diff)
downloadbmcweb-bbf1a93eb6935c426deb0ecbcf3d8611b17aeb30.tar.xz
schema: add missing tags
Tested: Made validator pass for OemManager Change-Id: I2acef893bb5ead465ebdfb631259f34f8e93031d Signed-off-by: James Feist <james.feist@linux.intel.com>
Diffstat (limited to 'static/redfish')
-rw-r--r--static/redfish/v1/schema/OemAccountService_v1.xml2
-rw-r--r--static/redfish/v1/schema/OemManager_v1.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/static/redfish/v1/schema/OemAccountService_v1.xml b/static/redfish/v1/schema/OemAccountService_v1.xml
index c5783ca97a..7d58b2baa0 100644
--- a/static/redfish/v1/schema/OemAccountService_v1.xml
+++ b/static/redfish/v1/schema/OemAccountService_v1.xml
@@ -25,7 +25,7 @@
<Annotation Term="Redfish.OwningEntity" String="OpenBMC"/>
<Annotation Term="Redfish.Release" String="1.0"/>
- <ComplexType Name="AuthMethodsConfig">
+ <ComplexType Name="AuthMethodsConfig" BaseType="Resource.OemObject">
<Annotation Term="OData.AdditionalProperties" Bool="false"/>
<Annotation Term="OData.Description" String="Authorization Methods configuration."/>
<Annotation Term="OData.LongDescription" String="Configuration describing which auth methods are enabled."/>
diff --git a/static/redfish/v1/schema/OemManager_v1.xml b/static/redfish/v1/schema/OemManager_v1.xml
index 26498f09de..9a7a8c49d8 100644
--- a/static/redfish/v1/schema/OemManager_v1.xml
+++ b/static/redfish/v1/schema/OemManager_v1.xml
@@ -28,14 +28,14 @@
<Property Name="OpenBmc" Type="OemManager.OpenBmc"/>
</ComplexType>
- <ComplexType Name="OpenBmc">
+ <ComplexType Name="OpenBmc" BaseType="Resource.OemObject">
<Annotation Term="OData.AdditionalProperties" Bool="true" />
<Annotation Term="OData.Description" String="Oem properties for OpenBmc." />
<Annotation Term="OData.AutoExpand"/>
<Property Name="Fan" Type="OemManager.Fan"/>
</ComplexType>
- <ComplexType Name="Fan">
+ <ComplexType Name="Fan" BaseType="Resource.OemObject">
<Annotation Term="OData.AdditionalProperties" Bool="true" />
<Annotation Term="OData.Description" String="OpenBmc oem fan properties." />
<Annotation Term="OData.AutoExpand"/>