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/MessageRegistry/MessageRegistry.json b/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
index b7e1159..bbce11e 100644
--- a/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
+++ b/static/redfish/v1/JsonSchemas/MessageRegistry/MessageRegistry.json
@@ -1,13 +1,13 @@
 {
-    "$id": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_4_0.json",
+    "$id": "http://redfish.dmtf.org/schemas/v1/MessageRegistry.v1_4_1.json",
     "$ref": "#/definitions/MessageRegistry",
     "$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",
     "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,8 +25,8 @@
             "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.",
                     "versionAdded": "v1_1_0"
                 }
             },
@@ -35,7 +35,7 @@
         "ClearingLogic": {
             "additionalProperties": false,
             "description": "The clearing logic associated with this message.  The properties within indicate that what messages are cleared by this message as well as under what conditions.",
-            "longDescription": "This type shall contain 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.",
@@ -83,7 +83,7 @@
                             "null"
                         ]
                     },
-                    "longDescription": "This property shall contain an array of MessageIds that this message clears when the other conditions are met.  The MessageIds shall not include the Message Registry name or version and shall contain only the MessageId portion.  MessageIds shall not refer to other Message Registries.",
+                    "longDescription": "This property shall contain an array of MessageIds that this message clears when the other conditions are met.  The MessageIds shall not include the message registry name or version and shall contain only the MessageId portion.  MessageIds shall not refer to other message registries.",
                     "readonly": true,
                     "type": "array",
                     "versionAdded": "v1_2_0"
@@ -103,8 +103,8 @@
         },
         "Message": {
             "additionalProperties": false,
-            "description": "This type represents how a message is defined within the Message Registry.",
-            "longDescription": "The type shall represent how a message is defined within a Message Registry.",
+            "description": "This type represents how a message is defined within the message registry.",
+            "longDescription": "The type shall represent how a message is defined within a message registry.",
             "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.",
@@ -149,12 +149,12 @@
                 "ClearingLogic": {
                     "$ref": "#/definitions/ClearingLogic",
                     "description": "The clearing logic associated with this message.  The properties within indicate that what messages are cleared by this message as well as under what conditions.",
-                    "longDescription": "This type shall contain the available actions for this Resource.",
+                    "longDescription": "This type shall contain the available actions for this resource.",
                     "versionAdded": "v1_2_0"
                 },
                 "Description": {
                     "description": "A short description of how and when to use this message.",
-                    "longDescription": "This property shall indicate how and when this message is returned by the Redfish Service.",
+                    "longDescription": "This property shall indicate how and when this message is returned by the Redfish service.",
                     "readonly": true,
                     "type": "string"
                 },
@@ -211,7 +211,7 @@
                 },
                 "Resolution": {
                     "description": "Used to provide suggestions on how to resolve the situation that caused the error.",
-                    "longDescription": "This property shall contain an override of the resolution of the message in the Message Registry, if present.",
+                    "longDescription": "This property shall contain the resolution of the message.  Services can replace the resolution defined in the message registry with a more specific resolution in message payloads.",
                     "readonly": true,
                     "type": "string"
                 },
@@ -236,8 +236,8 @@
         },
         "MessageProperty": {
             "additionalProperties": false,
-            "description": "The message keys contained in the Message Registry.",
-            "longDescription": "This type shall contain the message keys contained in the Message Registy.  The message keys are the suffix of the MessageId and shall be unique within this Message Registry.",
+            "description": "The message keys contained in the message registry.",
+            "longDescription": "This type shall contain the message keys contained in the message registry.  The message keys are the suffix of the MessageId and shall be unique within this message registry.",
             "patternProperties": {
                 "[A-Za-z0-9]+": {
                     "$ref": "#/definitions/Message"
@@ -260,8 +260,8 @@
         },
         "MessageRegistry": {
             "additionalProperties": false,
-            "description": "The MessageRegistry schema describes all Message Registries.  It represents the properties for the Message Registries themselves.",
-            "longDescription": "This Resource shall represent a Message Registry for a Redfish implementation.",
+            "description": "The MessageRegistry schema describes all message registries.  It represents the properties for the message registries themselves.",
+            "longDescription": "This resource shall represent a message registry for 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.",
@@ -282,8 +282,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.",
                     "versionAdded": "v1_1_0"
                 },
                 "Description": {
@@ -302,15 +302,15 @@
                     "readonly": true
                 },
                 "Language": {
-                    "description": "The RFC5646-conformant language code for the Message Registry.",
+                    "description": "The RFC5646-conformant language code for the message registry.",
                     "longDescription": "This property shall contain an RFC5646-conformant language code.",
                     "readonly": true,
                     "type": "string"
                 },
                 "Messages": {
                     "$ref": "#/definitions/MessageProperty",
-                    "description": "The message keys contained in the Message Registry.",
-                    "longDescription": "This property shall contain the message keys contained in the Message Registy.  The message keys are the suffix of the MessageId and shall be unique within this Message Registry."
+                    "description": "The message keys contained in the message registry.",
+                    "longDescription": "This property shall contain the message keys contained in the message registry.  The message keys are the suffix of the MessageId and shall be unique within this message registry."
                 },
                 "Name": {
                     "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
@@ -322,20 +322,20 @@
                     "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
                 },
                 "OwningEntity": {
-                    "description": "The organization or company that publishes this Message Registry.",
-                    "longDescription": "This property shall represent the publisher of this Message Registry.",
+                    "description": "The organization or company that publishes this message registry.",
+                    "longDescription": "This property shall represent the publisher of this message registry.",
                     "readonly": true,
                     "type": "string"
                 },
                 "RegistryPrefix": {
                     "description": "The single-word prefix that is used in forming and decoding MessageIds.",
-                    "longDescription": "This property shall contain the Redfish Specification-defined prefix used in forming and decoding MessageIds that uniquely identifies all messages that belong to this Message Registry.",
+                    "longDescription": "This property shall contain the Redfish Specification-defined prefix used in forming and decoding MessageIds that uniquely identifies all messages that belong to this message registry.",
                     "readonly": true,
                     "type": "string"
                 },
                 "RegistryVersion": {
-                    "description": "The Message Registry version in the middle portion of a MessageId.",
-                    "longDescription": "This property shall contain the version of this Message Registry.",
+                    "description": "The message registry version in the middle portion of a MessageId.",
+                    "longDescription": "This property shall contain the version of this message registry.",
                     "pattern": "^\\d+\\.\\d+\\.\\d+$",
                     "readonly": true,
                     "type": "string"
@@ -355,8 +355,8 @@
         },
         "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.",
@@ -388,5 +388,5 @@
     },
     "owningEntity": "DMTF",
     "release": "2020.1",
-    "title": "#MessageRegistry.v1_4_0.MessageRegistry"
+    "title": "#MessageRegistry.v1_4_1.MessageRegistry"
 }
\ No newline at end of file