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/Session/Session.json b/static/redfish/v1/JsonSchemas/Session/Session.json
index b2a0e67..f0dba85 100644
--- a/static/redfish/v1/JsonSchemas/Session/Session.json
+++ b/static/redfish/v1/JsonSchemas/Session/Session.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Session.v1_5_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Session.v1_6_0.json",
"$ref": "#/definitions/Session",
"$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",
@@ -162,7 +162,8 @@
"type": [
"string",
"null"
- ]
+ ],
+ "writeOnly ": false
},
"SessionType": {
"anyOf": [
@@ -178,6 +179,17 @@
"readonly": true,
"versionAdded": "v1_2_0"
},
+ "Token": {
+ "description": "The multi-factor authentication token for this session. The value is `null` in responses.",
+ "longDescription": "This property shall contain the multi-factor authentication token for this session. The value shall be `null` in responses.",
+ "readonly": true,
+ "type": [
+ "string",
+ "null"
+ ],
+ "versionAdded": "v1_6_0",
+ "writeOnly ": false
+ },
"UserName": {
"description": "The username for the account for this session.",
"longDescription": "This property shall contain the username that matches an account recognized by the account service.",
@@ -225,6 +237,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2022.2",
- "title": "#Session.v1_5_0.Session"
+ "release": "2022.3",
+ "title": "#Session.v1_6_0.Session"
}
\ No newline at end of file