Update schema pack to 2022.3
Update scripts/update_schemas.py to point at 2022.3 and run.
Schema pack 2022.3 is the latest Redfish release, released 01/23/2023.
It contains several new schemas and support for Multi-factor
Authentication and CXL support along other things.
Update done by automation.
Tested: Redfish service validator passes.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I55a64d7cda26572e7b75135acc324cb44d316fe6
diff --git a/static/redfish/v1/JsonSchemas/Manager/Manager.json b/static/redfish/v1/JsonSchemas/Manager/Manager.json
index 370112e..e420a70 100644
--- a/static/redfish/v1/JsonSchemas/Manager/Manager.json
+++ b/static/redfish/v1/JsonSchemas/Manager/Manager.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Manager.v1_16_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Manager.v1_17_0.json",
"$ref": "#/definitions/Manager",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -703,6 +703,16 @@
"longDescription": "This property shall contain the UUID for the manager.",
"readonly": true
},
+ "Version": {
+ "description": "The hardware version of this manager.",
+ "longDescription": "This property shall contain the hardware version of this manager as determined by the vendor or supplier.",
+ "readonly": true,
+ "type": [
+ "string",
+ "null"
+ ],
+ "versionAdded": "v1_17_0"
+ },
"VirtualMedia": {
"$ref": "http://redfish.dmtf.org/schemas/v1/VirtualMediaCollection.json#/definitions/VirtualMediaCollection",
"deprecated": "This property has been deprecated in favor of the VirtualMedia property in the ComputerSystem resource.",
@@ -998,6 +1008,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2022.2",
- "title": "#Manager.v1_16_0.Manager"
+ "release": "2022.3",
+ "title": "#Manager.v1_17_0.Manager"
}
\ No newline at end of file