Bump Redfish schemas to 2023.3

Redfish released 2023.3 1/25/2024.
https://www.dmtf.org/content/redfish-release-20233-now-available

It is several new schemas and added properties to a pile of schemas.
One use case is: ComputerSystem v1.22.0
Added EfficiencyFavorPower and EfficiencyFavorPerformance to PowerMode
https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/69122

This is a one line change to scripts/update_schemas.py and then ran the
script.

Tested: See the new schema versions (e.g. System 1.22.0).
        No new Validator errors on p10bmc.

Change-Id: I5c10d78e891da71fd14187f63aa6ac682cf15598
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/Power/Power.json b/static/redfish/v1/JsonSchemas/Power/Power.json
index ac022cb..b79dd22 100644
--- a/static/redfish/v1/JsonSchemas/Power/Power.json
+++ b/static/redfish/v1/JsonSchemas/Power/Power.json
@@ -1,8 +1,8 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/Power.v1_7_1.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/Power.v1_7_2.json",
     "$ref": "#/definitions/Power",
     "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
-    "copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+    "copyright": "Copyright 2014-2023 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
     "definitions": {
         "Actions": {
             "additionalProperties": false,
@@ -70,7 +70,7 @@
                 },
                 "MaximumFrequencyHz": {
                     "description": "The maximum line input frequency at which this power supply input range is effective.",
-                    "longDescription": "This property shall contain the value, in Hertz, of the maximum line input frequency that the power supply is capable of consuming for this range.",
+                    "longDescription": "This property shall contain the value, in hertz units, of the maximum line input frequency that the power supply is capable of consuming for this range.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -82,7 +82,7 @@
                 },
                 "MaximumVoltage": {
                     "description": "The maximum line input voltage at which this power supply input range is effective.",
-                    "longDescription": "This property shall contain the value, in volts, of the maximum line input voltage that the power supply is capable of consuming for this range.",
+                    "longDescription": "This property shall contain the value, in volt units, of the maximum line input voltage that the power supply is capable of consuming for this range.",
                     "readonly": true,
                     "type": [
                         "number",
@@ -93,7 +93,7 @@
                 },
                 "MinimumFrequencyHz": {
                     "description": "The minimum line input frequency at which this power supply input range is effective.",
-                    "longDescription": "This property shall contain the value, in Hertz, of the minimum line input frequency that the power supply is capable of consuming for this range.",
+                    "longDescription": "This property shall contain the value, in hertz units, of the minimum line input frequency that the power supply is capable of consuming for this range.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -105,7 +105,7 @@
                 },
                 "MinimumVoltage": {
                     "description": "The minimum line input voltage at which this power supply input range is effective.",
-                    "longDescription": "This property shall contain the value, in volts, of the minimum line input voltage that the power supply is capable of consuming for this range.",
+                    "longDescription": "This property shall contain the value, in volt units, of the minimum line input voltage that the power supply is capable of consuming for this range.",
                     "readonly": true,
                     "type": [
                         "number",
@@ -122,7 +122,7 @@
                 },
                 "OutputWattage": {
                     "description": "The maximum capacity of this power supply when operating in this input range.",
-                    "longDescription": "This property shall contain the maximum amount of power, in watts, that the associated power supply is rated to deliver while operating in this input range.",
+                    "longDescription": "This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver while operating in this input range.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -176,7 +176,7 @@
                 "ACWideRange": "Wide range AC input.",
                 "ACandDCWideRange": "Wide range AC or DC input.",
                 "DC240V": "DC 240V nominal input.",
-                "DC380V": "High Voltage DC input (380V).",
+                "DC380V": "High-voltage DC input (380V).",
                 "DCNeg48V": "-48V DC input.",
                 "Unknown": "The power supply line input voltage type cannot be determined."
             },
@@ -363,8 +363,8 @@
                     "versionAdded": "v1_3_0"
                 },
                 "MemberId": {
-                    "description": "The identifier for the member within the collection.",
-                    "longDescription": "This property shall uniquely identify the member within the collection.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
+                    "description": "The unique identifier for the member within an array.",
+                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
                     "readonly": true,
                     "type": "string"
                 },
@@ -401,8 +401,8 @@
                     "units": "W"
                 },
                 "PowerAvailableWatts": {
-                    "description": "The amount of reserve power capacity, in watts, that remains.  This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value.",
-                    "longDescription": "This property shall represent the amount of reserve power capacity, in watts, that remains.  This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value.",
+                    "description": "The amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value.",
+                    "longDescription": "This property shall represent the amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -423,8 +423,8 @@
                     "units": "W"
                 },
                 "PowerConsumedWatts": {
-                    "description": "The actual power that the chassis consumes, in watts.",
-                    "longDescription": "This property shall represent the actual power that the chassis consumes, in watts.",
+                    "description": "The actual power that the chassis consumes, in watt units.",
+                    "longDescription": "This property shall represent the actual power that the chassis consumes, in watt units.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -444,8 +444,8 @@
                     "longDescription": "This property shall contain power metrics for power readings, such as interval, minimum, maximum, and average power consumption, for the chassis."
                 },
                 "PowerRequestedWatts": {
-                    "description": "The potential power, in watts, that the chassis requests, which might be higher than the current level being consumed because the requested power includes a budget that the chassis wants for future use.",
-                    "longDescription": "This property shall represent the amount of power, in watts, that the chassis currently requests to be budgeted for future use.",
+                    "description": "The potential power, in watt units, that the chassis requests, which might be higher than the current level being consumed because the requested power includes a budget that the chassis wants for future use.",
+                    "longDescription": "This property shall represent the amount of power, in watt units, that the chassis currently requests to be budgeted for future use.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -570,8 +570,8 @@
                     "readonly": false
                 },
                 "LimitInWatts": {
-                    "description": "The power limit, in watts.  If `null`, power capping is disabled.",
-                    "longDescription": "This property shall represent the power capping limit, in watts, for the resource.  If `null`, power capping shall be disabled.",
+                    "description": "The power limit, in watt units.  If `null`, power capping is disabled.",
+                    "longDescription": "This property shall represent the power capping limit, in watt units, for the resource.  If `null`, power capping shall be disabled.",
                     "minimum": 0,
                     "readonly": false,
                     "type": [
@@ -640,8 +640,8 @@
                     "units": "min"
                 },
                 "MaxConsumedWatts": {
-                    "description": "The highest power consumption level, in watts, that has occurred over the measurement window within the last IntervalInMin minutes.",
-                    "longDescription": "This property shall represent the maximum power level, in watts, that occurred within the last IntervalInMin minutes.",
+                    "description": "The highest power consumption level, in watt units, that has occurred over the measurement window within the last IntervalInMin minutes.",
+                    "longDescription": "This property shall represent the maximum power level, in watt units, that occurred within the last IntervalInMin minutes.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -651,8 +651,8 @@
                     "units": "W"
                 },
                 "MinConsumedWatts": {
-                    "description": "The lowest power consumption level, in watts, over the measurement window that occurred within the last IntervalInMin minutes.",
-                    "longDescription": "This property shall represent the minimum power level, in watts, that occurred within the last IntervalInMin minutes.",
+                    "description": "The lowest power consumption level, in watt units, over the measurement window that occurred within the last IntervalInMin minutes.",
+                    "longDescription": "This property shall represent the minimum power level, in watt units, that occurred within the last IntervalInMin minutes.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -755,7 +755,7 @@
                 },
                 "LastPowerOutputWatts": {
                     "description": "The average power output of this power supply.",
-                    "longDescription": "This property shall contain the average power output, measured in watts, of the associated power supply.",
+                    "longDescription": "This property shall contain the average power output, measured in watt units, of the associated power supply.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -766,7 +766,7 @@
                 },
                 "LineInputVoltage": {
                     "description": "The line input voltage at which the power supply is operating.",
-                    "longDescription": "This property shall contain the value in Volts of the line input voltage (measured or configured for) that the power supply has been configured to operate with or is currently receiving.",
+                    "longDescription": "This property shall contain the value in volt units of the line input voltage (measured or configured for) that the power supply has been configured to operate with or is currently receiving.",
                     "readonly": true,
                     "type": [
                         "number",
@@ -790,7 +790,7 @@
                 "Location": {
                     "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
                     "description": "The location of the power supply.",
-                    "longDescription": "This property shall contain location information of the associated power supply.",
+                    "longDescription": "This property shall contain the location information of the associated power supply.",
                     "versionAdded": "v1_5_0"
                 },
                 "Manufacturer": {
@@ -804,8 +804,8 @@
                     "versionAdded": "v1_1_0"
                 },
                 "MemberId": {
-                    "description": "The identifier for the member within the collection.",
-                    "longDescription": "This property shall uniquely identify the member within the collection.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
+                    "description": "The unique identifier for the member within an array.",
+                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
                     "readonly": true,
                     "type": "string"
                 },
@@ -843,7 +843,7 @@
                 },
                 "PowerCapacityWatts": {
                     "description": "The maximum capacity of this power supply.",
-                    "longDescription": "This property shall contain the maximum amount of power, in watts, that the associated power supply is rated to deliver.",
+                    "longDescription": "This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -854,7 +854,7 @@
                 },
                 "PowerInputWatts": {
                     "description": "The measured input power of this power supply.",
-                    "longDescription": "This property shall contain the measured input power, in watts, of the associated power supply.",
+                    "longDescription": "This property shall contain the measured input power, in watt units, of the associated power supply.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -866,7 +866,7 @@
                 },
                 "PowerOutputWatts": {
                     "description": "The measured output power of this power supply.",
-                    "longDescription": "This property shall contain the measured output power, in watts, of the associated power supply.",
+                    "longDescription": "This property shall contain the measured output power, in watt units, of the associated power supply.",
                     "minimum": 0,
                     "readonly": true,
                     "type": [
@@ -1044,7 +1044,7 @@
             ],
             "enumDescriptions": {
                 "AC": "Alternating Current (AC) power supply.",
-                "ACorDC": "The power supply supports both DC or AC.",
+                "ACorDC": "The power supply supports both DC and AC.",
                 "DC": "Direct Current (DC) power supply.",
                 "Unknown": "The power supply type cannot be determined."
             },
@@ -1117,8 +1117,8 @@
                     "units": "V"
                 },
                 "MemberId": {
-                    "description": "The identifier for the member within the collection.",
-                    "longDescription": "This property shall uniquely identify the member within the collection.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
+                    "description": "The unique identifier for the member within an array.",
+                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
                     "readonly": true,
                     "type": "string"
                 },
@@ -1277,5 +1277,5 @@
     },
     "owningEntity": "DMTF",
     "release": "2020.4",
-    "title": "#Power.v1_7_1.Power"
+    "title": "#Power.v1_7_2.Power"
 }
\ No newline at end of file