summaryrefslogtreecommitdiff
path: root/static/redfish/v1/JsonSchemas/Message
diff options
context:
space:
mode:
Diffstat (limited to 'static/redfish/v1/JsonSchemas/Message')
-rw-r--r--static/redfish/v1/JsonSchemas/Message/Message.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/static/redfish/v1/JsonSchemas/Message/Message.json b/static/redfish/v1/JsonSchemas/Message/Message.json
index d4a28b1fb0..803e0b15eb 100644
--- a/static/redfish/v1/JsonSchemas/Message/Message.json
+++ b/static/redfish/v1/JsonSchemas/Message/Message.json
@@ -1,12 +1,12 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Message.v1_1_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Message.v1_1_1.json",
"$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": {
"Message": {
"additionalProperties": false,
- "description": "The message that the Redfish Service returns.",
- "longDescription": "This type shall contain a message that the Redfish Service returns, as described in the Redfish Specification.",
+ "description": "The message that the Redfish service returns.",
+ "longDescription": "This type shall contain a message that the Redfish service returns, as described in the Redfish Specification.",
"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.",
@@ -32,7 +32,7 @@
]
},
"MessageArgs": {
- "description": "This array of message arguments are substituted for the arguments in the message when looked up in the Message Registry.",
+ "description": "This array of message arguments are substituted for the arguments in the message when looked up in the message registry.",
"items": {
"type": "string"
},
@@ -41,8 +41,8 @@
"type": "array"
},
"MessageId": {
- "description": "The key for this message used to find the message in a Message Registry.",
- "longDescription": "This property shall contain a key into Message Registry, as described in the Redfish Specification.",
+ "description": "The key for this message used to find the message in a message registry.",
+ "longDescription": "This property shall contain a key into message registry, as described in the Redfish Specification.",
"readonly": true,
"type": "string"
},
@@ -56,7 +56,7 @@
}
],
"description": "The severity of the message.",
- "longDescription": "This property shall contain the severity of the message.",
+ "longDescription": "This property shall contain the severity of the message. Services can replace the value defined in the message registry with a value more applicable to the implementation.",
"readonly": true,
"versionAdded": "v1_1_0"
},
@@ -70,13 +70,13 @@
"items": {
"type": "string"
},
- "longDescription": "This property shall contain an array of JSON Pointers indicating the properties described by the message, if appropriate for the message.",
+ "longDescription": "This property shall contain an array of RFC6901-defined JSON pointers indicating the properties described by the message, if appropriate for the message.",
"readonly": true,
"type": "array"
},
"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",
@@ -86,7 +86,7 @@
"Severity": {
"deprecated": "This property has been deprecated in favor of MessageSeverity, which ties the values to the enumerations defined for the Health property within Status.",
"description": "The severity of the errors.",
- "longDescription": "This property shall contain the severity of the error, as defined in the Status section of the Redfish Specification.",
+ "longDescription": "This property shall contain the severity of the error, as defined in the Status section of the Redfish Specification. Services can replace the value defined in the message registry with a value more applicable to the implementation.",
"readonly": true,
"type": [
"string",
@@ -103,5 +103,5 @@
},
"owningEntity": "DMTF",
"release": "2020.1",
- "title": "#Message.v1_1_0"
+ "title": "#Message.v1_1_1"
} \ No newline at end of file