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/schema/AggregationService_v1.xml b/static/redfish/v1/schema/AggregationService_v1.xml
index 562847e..52d34de 100644
--- a/static/redfish/v1/schema/AggregationService_v1.xml
+++ b/static/redfish/v1/schema/AggregationService_v1.xml
@@ -57,7 +57,7 @@
<Annotation Term="Capabilities.UpdateRestrictions">
<Record>
<PropertyValue Property="Updatable" Bool="true"/>
- <Annotation Term="OData.Description" String="The aggregation service can be updated to change some properties"/>
+ <Annotation Term="OData.Description" String="The aggregation service can be updated to change some properties."/>
</Record>
</Annotation>
<Annotation Term="Capabilities.DeleteRestrictions">
@@ -75,7 +75,7 @@
<Action Name="Reset" IsBound="true">
<Annotation Term="OData.Description" String="This action is used to reset a set of resources. For example this could be a list of computer systems."/>
<Annotation Term="OData.LongDescription" String="This action shall perform a reset of a set of resources."/>
- <Parameter Name="Aggregate" Type="AggregationService.v1_0_0.Actions"/>
+ <Parameter Name="AggregationService" Type="AggregationService.v1_0_0.Actions"/>
<Parameter Name="DelayBetweenBatchesInSeconds" Type="Edm.Int64">
<Annotation Term="OData.Description" String="The delay of the batches of elements being reset in seconds."/>
<Annotation Term="OData.LongDescription" String="This parameter shall contain the delay of the batches of elements being reset in seconds."/>
@@ -165,7 +165,7 @@
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="AggregationService.v1_0_1">
<Annotation Term="Redfish.OwningEntity" String="DMTF"/>
- <Annotation Term="OData.Description" String="This version was created specify 64-bit integers in OpenAPI."/>
+ <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
<EntityType Name="AggregationService" BaseType="AggregationService.v1_0_0.AggregationService"/>
</Schema>