From 5b5574ace856c7f787528ab8f5e5352a90f2a6cb Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 26 Sep 2022 19:53:36 -0700 Subject: Fix OemAccountService schema This schema as-written broke a bunch of Redfish specification rules for schemas, naming and other things. This commit starts to fix them. It can be used as a starting point for fixing the existing schemas. This working through testing. Tested: OpenBMCAccountService_v1.xml now passes the redfish odata schema validator. Signed-off-by: Ed Tanous Change-Id: Id991794344b8b7d36af3c44bba7214bf025deec8 --- static/redfish/v1/schema/OemAccountService_v1.xml | 77 -------------------- .../redfish/v1/schema/OpenBMCAccountService_v1.xml | 83 ++++++++++++++++++++++ 2 files changed, 83 insertions(+), 77 deletions(-) delete mode 100644 static/redfish/v1/schema/OemAccountService_v1.xml create mode 100644 static/redfish/v1/schema/OpenBMCAccountService_v1.xml (limited to 'static/redfish') diff --git a/static/redfish/v1/schema/OemAccountService_v1.xml b/static/redfish/v1/schema/OemAccountService_v1.xml deleted file mode 100644 index 7d58b2baa0..0000000000 --- a/static/redfish/v1/schema/OemAccountService_v1.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/redfish/v1/schema/OpenBMCAccountService_v1.xml b/static/redfish/v1/schema/OpenBMCAccountService_v1.xml new file mode 100644 index 0000000000..66b00bbc32 --- /dev/null +++ b/static/redfish/v1/schema/OpenBMCAccountService_v1.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + /redfish/v1/AccountService#/OpenBMCAccountService + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3