Redfish: Update schema files to 2018.3
Redfish schema 2018.3 was released on January 11th, 2019. While there
aren't any plans to utilize any of the new services, it makes sense to
keep up to date with the latest static data.
This commit was largely done automatically using the update_schemas.py
script.
Change-Id: I74c6fac08d21629ca976ff8694fce011b5247e34
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/Event/Event.json b/static/redfish/v1/JsonSchemas/Event/Event.json
index d0254d9..9c76636 100644
--- a/static/redfish/v1/JsonSchemas/Event/Event.json
+++ b/static/redfish/v1/JsonSchemas/Event/Event.json
@@ -1,4 +1,5 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/Event.v1_3_1.json",
"$ref": "#/definitions/Event",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -25,7 +26,8 @@
"Oem": {
"$ref": "#/definitions/OemActions",
"description": "This property contains the available OEM specific actions for this resource.",
- "longDescription": "This property shall contain any additional OEM actions for this resource."
+ "longDescription": "This property shall contain any additional OEM actions for this resource.",
+ "versionAdded": "v1_2_0"
}
},
"type": "object"
@@ -64,13 +66,15 @@
"Actions": {
"$ref": "#/definitions/Actions",
"description": "The available actions for this resource.",
- "longDescription": "The Actions property shall contain the available actions for this resource."
+ "longDescription": "The Actions property shall contain the available actions for this resource.",
+ "versionAdded": "v1_2_0"
},
"Context": {
"description": "A context can be supplied at subscription time. This property is the context value supplied by the subscriber.",
"longDescription": "This property shall contain a client supplied context for the Event Destination to which this event is being sent.",
"readonly": true,
- "type": "string"
+ "type": "string",
+ "versionAdded": "v1_1_0"
},
"Description": {
"anyOf": [
@@ -141,10 +145,10 @@
"Actions": {
"$ref": "#/definitions/EventRecordActions",
"description": "The available actions for this resource.",
- "longDescription": "The Actions property shall contain the available actions for this resource."
+ "longDescription": "The Actions property shall contain the available actions for this resource.",
+ "versionAdded": "v1_2_0"
},
"Context": {
- "deprecated": "Events are triggered independently from subscriptions to those events. This property has been Deprecated in favor of Event.v1_0_2.Event.Context",
"description": "A context can be supplied at subscription time. This property is the context value supplied by the subscriber.",
"longDescription": "This property shall contain a client supplied context for the Event Destination to which this event is being sent.",
"readonly": true,
@@ -154,7 +158,8 @@
"description": "This value is the identifier used to correlate events that came from the same cause.",
"longDescription": "The value of this property shall indicate that events are related and shall have the same value in the case where multiple Event messages are produced by the same root cause. Implementations shall use separate values for events with separate root cause. There shall not be ordering of events implied by the value of this property.",
"readonly": true,
- "type": "integer"
+ "type": "integer",
+ "versionAdded": "v1_3_0"
},
"EventId": {
"description": "This is a unique instance identifier of an event.",
@@ -171,7 +176,6 @@
},
"EventType": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType",
- "deprecated": "This property has been deprecated. Starting Redfish Spec 1.6 (Event 1.3), subscriptions are based on RegistryId and ResourceType and not EventType.",
"description": "This indicates the type of event sent, according to the definitions in the EventService.",
"longDescription": "The value of this property shall indicate the type of event as defined in the EventService schema.",
"readonly": true
@@ -252,7 +256,8 @@
"Oem": {
"$ref": "#/definitions/EventRecordOemActions",
"description": "This property contains the available OEM specific actions for this resource.",
- "longDescription": "This property shall contain any additional OEM actions for this resource."
+ "longDescription": "This property shall contain any additional OEM actions for this resource.",
+ "versionAdded": "v1_2_0"
}
},
"type": "object"
@@ -278,24 +283,6 @@
"properties": {},
"type": "object"
},
- "EventType": {
- "deprecated": "This definition has been moved to the unversioned namespace so that external references can pick up changes over time.",
- "enum": [
- "StatusChange",
- "ResourceUpdated",
- "ResourceAdded",
- "ResourceRemoved",
- "Alert"
- ],
- "enumDescriptions": {
- "Alert": "A condition exists which requires attention.",
- "ResourceAdded": "A resource has been added.",
- "ResourceRemoved": "A resource has been removed.",
- "ResourceUpdated": "The value of this resource has been updated.",
- "StatusChange": "The status of this resource has changed."
- },
- "type": "string"
- },
"OemActions": {
"additionalProperties": true,
"description": "The available OEM specific actions for this resource.",
@@ -319,5 +306,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#Event.v1_3_0.Event"
+ "release": "2018.2",
+ "title": "#Event.v1_3_1.Event"
}
\ No newline at end of file