summaryrefslogtreecommitdiff
path: root/static/redfish/v1/schema/OemManager_v1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/schema/OemManager_v1.xml')
-rw-r--r--static/redfish/v1/schema/OemManager_v1.xml4
1 files changed, 2 insertions, 2 deletions
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"/>