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 <duanzhijia01@inspur.com>
Change-Id: I913d690108e30c841d5dec5fa37c7b9cee43f7c1
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 1c88817..18c99b7 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -86,6 +86,9 @@
     "PhysicalContext",
     "PCIeSlots",
     "Power",
+    "PowerSubsystem",
+    "PowerSupply",
+    "PowerSupplyCollection",
     "Privileges",  # Used in Role
     "Processor",
     "ProcessorCollection",