Add Fan and FanCollection schema
Based on DSP8010_2022.2 and adds the schema of Fan and FanCollection.
Tested: built bmcweb successfully and validator passes
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Id1867a6f19d47d0fb1d686d650f7d936c33b5284
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 2fcdf43..4212e72 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -983,6 +983,19 @@
<edmx:Include Namespace="EventService.v1_7_3"/>
<edmx:Include Namespace="EventService.v1_8_0"/>
</edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/Fan_v1.xml">
+ <edmx:Include Namespace="Fan"/>
+ <edmx:Include Namespace="Fan.v1_0_0"/>
+ <edmx:Include Namespace="Fan.v1_0_1"/>
+ <edmx:Include Namespace="Fan.v1_0_2"/>
+ <edmx:Include Namespace="Fan.v1_1_0"/>
+ <edmx:Include Namespace="Fan.v1_1_1"/>
+ <edmx:Include Namespace="Fan.v1_2_0"/>
+ <edmx:Include Namespace="Fan.v1_3_0"/>
+ </edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/FanCollection_v1.xml">
+ <edmx:Include Namespace="FanCollection"/>
+ </edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/IPAddresses_v1.xml">
<edmx:Include Namespace="IPAddresses"/>
<edmx:Include Namespace="IPAddresses.v1_0_0"/>