Move to 2020.3
Run the script update_schemas.py by pointing it to 2020.3
An overview of 2020.3 release can be found at:
https://www.dmtf.org/sites/default/files/Redfish_Release_2020.3_Overview.pdf
Tested: Loaded on a Witherspoon and Validator passed with the latest schemas
Signed-off-by: Asmitha Karunanithi <asmitk01@in.ibm.com>
Change-Id: I6c7a2e0cbdbe599930ba453a1d8c134c22136306
diff --git a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
index b29f187..2bc5dd3 100644
--- a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
+++ b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_8_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_9_0.json",
"$ref": "#/definitions/ServiceRoot",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -387,6 +387,13 @@
"longDescription": "This property shall contain a link to a Resource of type SessionService.",
"readonly": true
},
+ "Storage": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/StorageCollection.json#/definitions/StorageCollection",
+ "description": "The link to a collection of storage subsystems.",
+ "longDescription": "This property shall contain a link to a resource collection of type StorageCollection.",
+ "readonly": true,
+ "versionAdded": "v1_9_0"
+ },
"StorageServices": {
"$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/StorageServiceCollection.json#/definitions/StorageServiceCollection",
"description": "The link to a collection of all storage service entities.",
@@ -462,6 +469,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2020.2",
- "title": "#ServiceRoot.v1_8_0.ServiceRoot"
+ "release": "2020.3",
+ "title": "#ServiceRoot.v1_9_0.ServiceRoot"
}
\ No newline at end of file