Correct OpenBMCComputerSystem schema content
Correct the incorrect collection uri of OpenBMCComputerSystem_v1.xml.
Tested:
- Verify that the old uri is invalid
- Verify that the corrected uri is valid
Change-Id: Ica013733d995da0e41711eca715609b54b161e1d
Signed-off-by: Myung Bae <myungbae@us.ibm.com>
diff --git a/redfish-core/schema/oem/openbmc/csdl/OpenBMCComputerSystem_v1.xml b/redfish-core/schema/oem/openbmc/csdl/OpenBMCComputerSystem_v1.xml
index 9820b39..09e0854 100644
--- a/redfish-core/schema/oem/openbmc/csdl/OpenBMCComputerSystem_v1.xml
+++ b/redfish-core/schema/oem/openbmc/csdl/OpenBMCComputerSystem_v1.xml
@@ -23,7 +23,7 @@
<Annotation Term="OData.Description" String="OpenBMC extensions to the standard account service."/>
<Annotation Term="Redfish.Uris">
<Collection>
- <String>/redfish/v1/Systems/{SystemId}#/OpeBMC/OpenBMCAccountService</String>
+ <String>/redfish/v1/Systems/{SystemId}#/Oem/OpenBMC/OpenBMCComputerSystem</String>
</Collection>
</Annotation>
</Schema>