Move to 2022.2
Run the script update_schemas.py by pointing it to 2022.2
An overview of 2022.2 release can be found at:
[1] https://www.dmtf.org/sites/default/files/Redfish_Release_2022.2_Overview.pdf
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ic729af6848badd1c81121e61a22a7115e553358a
diff --git a/static/redfish/v1/JsonSchemas/Session/Session.json b/static/redfish/v1/JsonSchemas/Session/Session.json
index 71a34dd..b2a0e67 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_4_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Session.v1_5_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",
@@ -100,6 +100,16 @@
],
"versionAdded": "v1_3_0"
},
+ "Context": {
+ "description": "A client-supplied string that is stored with the session.",
+ "longDescription": "This property shall contain a client-supplied context that remains with the session through the session's lifetime.",
+ "readonly": true,
+ "type": [
+ "string",
+ "null"
+ ],
+ "versionAdded": "v1_5_0"
+ },
"CreatedTime": {
"description": "The date and time when the session was created.",
"format": "date-time",
@@ -215,6 +225,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2022.1",
- "title": "#Session.v1_4_0.Session"
+ "release": "2022.2",
+ "title": "#Session.v1_5_0.Session"
}
\ No newline at end of file