From fe9bd2ddc38fbb12ae3caa9f9691dc75855ac7fc Mon Sep 17 00:00:00 2001 From: Chicago Duan Date: Fri, 30 Sep 2022 18:03:05 +0800 Subject: 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 Change-Id: I913d690108e30c841d5dec5fa37c7b9cee43f7c1 --- scripts/update_schemas.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index 1c888173bd..18c99b78ea 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -86,6 +86,9 @@ include_list = [ "PhysicalContext", "PCIeSlots", "Power", + "PowerSubsystem", + "PowerSupply", + "PowerSupplyCollection", "Privileges", # Used in Role "Processor", "ProcessorCollection", -- cgit v1.2.3