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/VCATEntry/VCATEntry.json b/static/redfish/v1/JsonSchemas/VCATEntry/VCATEntry.json
index 915a76e..e474550 100644
--- a/static/redfish/v1/JsonSchemas/VCATEntry/VCATEntry.json
+++ b/static/redfish/v1/JsonSchemas/VCATEntry/VCATEntry.json
@@ -1,13 +1,13 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/VCATEntry.v1_0_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/VCATEntry.v1_0_1.json",
"$ref": "#/definitions/VCATEntry",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
- "copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
+ "copyright": "Copyright 2014-2020 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"Actions": {
"additionalProperties": false,
- "description": "The available actions for this Resource.",
- "longDescription": "This type shall contain the available actions for this Resource.",
+ "description": "The available actions for this resource.",
+ "longDescription": "This type shall contain the available actions for this resource.",
"patternProperties": {
"^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
@@ -25,16 +25,16 @@
"properties": {
"Oem": {
"$ref": "#/definitions/OemActions",
- "description": "The available OEM-specific actions for this Resource.",
- "longDescription": "This property shall contain the available OEM-specific actions for this Resource."
+ "description": "The available OEM-specific actions for this resource.",
+ "longDescription": "This property shall contain the available OEM-specific actions for this resource."
}
},
"type": "object"
},
"OemActions": {
"additionalProperties": true,
- "description": "The available OEM-specific actions for this Resource.",
- "longDescription": "This type shall contain the available OEM-specific actions for this Resource.",
+ "description": "The available OEM-specific actions for this resource.",
+ "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
"patternProperties": {
"^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
@@ -54,8 +54,8 @@
},
"VCATEntry": {
"additionalProperties": false,
- "description": "The Schema definition of the Virtual Channel Action Table entries. A Virtual Channel is a mechanism used to create multiple, logical communication streams across a physical link.",
- "longDescription": "This Resource contains the entries of Virtual Channel Action Table in a Redfish implementation.",
+ "description": "The VCATEntry schema defines an entry in a Virtual Channel Action Table. A Virtual Channel is a mechanism used to create multiple, logical communication streams across a physical link.",
+ "longDescription": "This resource shall represent and entry of Virtual Channel Action Table in a Redfish implementation.",
"patternProperties": {
"^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
"description": "This property shall specify a valid odata or Redfish property.",
@@ -85,8 +85,8 @@
},
"Actions": {
"$ref": "#/definitions/Actions",
- "description": "The available actions for this Resource.",
- "longDescription": "This property shall contain the available actions for this Resource."
+ "description": "The available actions for this resource.",
+ "longDescription": "This property shall contain the available actions for this resource."
},
"Description": {
"anyOf": [
@@ -116,7 +116,7 @@
"description": "The hexadecimal value of the Virtual Channel Action Table entries.",
"longDescription": "This property shall contain the hexadecimal value of the Virtual Channel Action Table entries. The length of hexadecimal value depends on the number of Virtual Channel Action entries supported by the component.",
"pattern": "^0[xX](([a-fA-F]|[0-9])*)$",
- "readonly": true,
+ "readonly": false,
"type": [
"string",
"null"
@@ -162,7 +162,7 @@
"description": "The configured threshold.",
"longDescription": "This property shall contain the Gen-Z Core Specification-defined 'TH' 7-bit threshold.",
"pattern": "^0[xX]([a-fA-F]|[0-9]){2}$",
- "readonly": true,
+ "readonly": false,
"type": [
"string",
"null"
@@ -172,7 +172,7 @@
"description": "The bits corresponding to the supported Virtual Channel.",
"longDescription": "This property shall contain a 32-bit value where the bits correspond to a supported Virtual Channel.",
"pattern": "^0[xX](([a-fA-F]|[0-9]){2}){4}$",
- "readonly": true,
+ "readonly": false,
"type": [
"string",
"null"
@@ -184,5 +184,5 @@
},
"owningEntity": "DMTF",
"release": "2019.4",
- "title": "#VCATEntry.v1_0_0.VCATEntry"
+ "title": "#VCATEntry.v1_0_1.VCATEntry"
}
\ No newline at end of file