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/Fabric/Fabric.json b/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
index ba0d9aa..aaaa32c 100644
--- a/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
+++ b/static/redfish/v1/JsonSchemas/Fabric/Fabric.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Fabric.v1_1_1.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Fabric.v1_2_0.json",
"$ref": "#/definitions/Fabric",
"$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",
@@ -74,6 +74,13 @@
"readonly": true,
"versionAdded": "v1_1_0"
},
+ "Connections": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/ConnectionCollection.json#/definitions/ConnectionCollection",
+ "description": "The collection of links to the connections that this fabric contains.",
+ "longDescription": "This property shall contain a link to a resource collection of type ConnectionCollection.",
+ "readonly": true,
+ "versionAdded": "v1_2_0"
+ },
"Description": {
"anyOf": [
{
@@ -85,6 +92,13 @@
],
"readonly": true
},
+ "EndpointGroups": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/EndpointGroupCollection.json#/definitions/EndpointGroupCollection",
+ "description": "The collection of links to the endpoint groups that this fabric contains.",
+ "longDescription": "This property shall contain a link to a resource collection of type EndpointGroupCollection.",
+ "readonly": true,
+ "versionAdded": "v1_2_0"
+ },
"Endpoints": {
"$ref": "http://redfish.dmtf.org/schemas/v1/EndpointCollection.json#/definitions/EndpointCollection",
"description": "The collection of links to the endpoints that this fabric contains.",
@@ -207,6 +221,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2019.4",
- "title": "#Fabric.v1_1_1.Fabric"
+ "release": "2020.3",
+ "title": "#Fabric.v1_2_0.Fabric"
}
\ No newline at end of file