Add FabricAdapter schema
Will be used in commit https://gerrit.openbmc.org/c/openbmc/bmcweb/+/41216
From the Redfish schema "A FabricAdapter represents the physical fabric adapter
capable of connecting to an interconnect fabric. Examples include but are not
limited to Ethernet, NVMe over Fabrics, Gen-Z, and SAS fabric adapters."
Tested: built bmcweb successfully and validator passes
Change-Id: I9f8fb3bfc5b68a86b078b1261445437bdd5c550a
Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index a56ffac..f8bd5bb 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -992,6 +992,17 @@
<edmx:Include Namespace="EventService.v1_7_3"/>
<edmx:Include Namespace="EventService.v1_8_0"/>
</edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/FabricAdapter_v1.xml">
+ <edmx:Include Namespace="FabricAdapter"/>
+ <edmx:Include Namespace="FabricAdapter.v1_0_0"/>
+ <edmx:Include Namespace="FabricAdapter.v1_1_0"/>
+ <edmx:Include Namespace="FabricAdapter.v1_2_0"/>
+ <edmx:Include Namespace="FabricAdapter.v1_3_0"/>
+ <edmx:Include Namespace="FabricAdapter.v1_4_0"/>
+ </edmx:Reference>
+ <edmx:Reference Uri="/redfish/v1/schema/FabricAdapterCollection_v1.xml">
+ <edmx:Include Namespace="FabricAdapterCollection"/>
+ </edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/Fan_v1.xml">
<edmx:Include Namespace="Fan"/>
<edmx:Include Namespace="Fan.v1_0_0"/>