Move to 2021.1
Update the script to point at 2021.1 and run it.
Since we have an exclude list, this only brings in new versions of
schemas bmcweb already uses.
Overview of 2021.1:
https://www.dmtf.org/sites/default/files/Redfish_Release_2021.1_Overview.pdf
Features IBM plans to use:
Resource, Action, Enum, and Property Deprecated Messages
Boot Progress: Setup Entered
System: Stop Boot On Fault
Chassis: Spare Part Number
Enabled for Memory, Processor
Log Entry: AutomatedServiceNotify, Resolution
Power Modes
Enable/Disable USB
Tested: Clean run of the validator passes.
Change-Id: Ib22e5ea314c41ae354930b2c5857fe9512859507
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
index 2bc5dd3..0d802cf 100644
--- a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
+++ b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
@@ -1,8 +1,8 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_9_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_10_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",
+ "copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"DeepOperations": {
"additionalProperties": false,
@@ -329,6 +329,13 @@
"longDescription": "This property shall contain a link to a Resource Collection of type ManagerCollection.",
"readonly": true
},
+ "NVMeDomains": {
+ "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/NVMeDomainCollection.json#/definitions/NVMeDomainCollection",
+ "description": "The link to a collection of NVMe domains.",
+ "longDescription": "This property shall contain a link to a resource collection of type NVMeDomainCollection.",
+ "readonly": true,
+ "versionAdded": "v1_10_0"
+ },
"Name": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
"readonly": true
@@ -469,6 +476,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2020.3",
- "title": "#ServiceRoot.v1_9_0.ServiceRoot"
+ "release": "2021.1",
+ "title": "#ServiceRoot.v1_10_0.ServiceRoot"
}
\ No newline at end of file