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/OperatingConfig/OperatingConfig.json b/static/redfish/v1/JsonSchemas/OperatingConfig/OperatingConfig.json
index 34e3ab8..3c28687 100644
--- a/static/redfish/v1/JsonSchemas/OperatingConfig/OperatingConfig.json
+++ b/static/redfish/v1/JsonSchemas/OperatingConfig/OperatingConfig.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/OperatingConfig.v1_0_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/OperatingConfig.v1_0_1.json",
"$ref": "#/definitions/OperatingConfig",
"$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",
@@ -144,8 +144,8 @@
"longDescription": "This property shall contain the available actions for this resource."
},
"BaseSpeedMHz": {
- "description": "The base ?? clock speed of the processor in MHz.",
- "longDescription": "This property shall contain the base clock speed of the processor in MHz.",
+ "description": "The base (nominal) clock speed of the processor in MHz.",
+ "longDescription": "This property shall contain the base (nominal) clock speed of the processor in MHz.",
"minimum": 0,
"readonly": true,
"type": [
@@ -305,5 +305,5 @@
},
"owningEntity": "DMTF",
"release": "2020.2",
- "title": "#OperatingConfig.v1_0_0.OperatingConfig"
+ "title": "#OperatingConfig.v1_0_1.OperatingConfig"
}
\ No newline at end of file