Add PowerSubsystem PowerSupply and PowerSupplyCollection schema
Add schemas for PowerSubsystem PowerSupply and PowerSupplyCollection.
Tested: built bmcweb successfully and validator passes.
Signed-off-by: Chicago Duan <duanzhijia01@inspur.com>
Change-Id: I913d690108e30c841d5dec5fa37c7b9cee43f7c1
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 4212e72..7fa38f4 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -1834,6 +1834,24 @@
<edmx:Include Namespace="Power.v1_7_0"/>
<edmx:Include Namespace="Power.v1_7_1"/>
</edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/PowerSubsystem_v1.xml">
+ <edmx:Include Namespace="PowerSubsystem"/>
+ <edmx:Include Namespace="PowerSubsystem.v1_0_0"/>
+ <edmx:Include Namespace="PowerSubsystem.v1_1_0"/>
+ </edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/PowerSupply_v1.xml">
+ <edmx:Include Namespace="PowerSupply"/>
+ <edmx:Include Namespace="PowerSupply.v1_0_0"/>
+ <edmx:Include Namespace="PowerSupply.v1_0_1"/>
+ <edmx:Include Namespace="PowerSupply.v1_1_0"/>
+ <edmx:Include Namespace="PowerSupply.v1_2_0"/>
+ <edmx:Include Namespace="PowerSupply.v1_3_0"/>
+ <edmx:Include Namespace="PowerSupply.v1_4_0"/>
+ <edmx:Include Namespace="PowerSupply.v1_5_0"/>
+ </edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/PowerSupplyCollection_v1.xml">
+ <edmx:Include Namespace="PowerSupplyCollection"/>
+ </edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/Privileges_v1.xml">
<edmx:Include Namespace="Privileges"/>
<edmx:Include Namespace="Privileges.v1_0_0"/>