Move to 2020.4
2020.4 contains a lot of new schemas.
New feature include: new power and thermal schemas, conditions,
and new account types.
For more information, see:
https://www.dmtf.org/sites/default/files/Redfish_Release_2020.4_Overview.pdf
Tested: Validator passes. Able to see new schemas.
Change-Id: I7fb860c84fa4cff80698dcb26a463b155e6faba7
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/EventService/EventService.json b/static/redfish/v1/JsonSchemas/EventService/EventService.json
index f14181a..16cb573 100644
--- a/static/redfish/v1/JsonSchemas/EventService/EventService.json
+++ b/static/redfish/v1/JsonSchemas/EventService/EventService.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/EventService.v1_7_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/EventService.v1_7_1.json",
"$ref": "#/definitions/EventService",
"$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",
@@ -34,17 +34,6 @@
},
"type": "object"
},
- "EventFormatType": {
- "enum": [
- "Event",
- "MetricReport"
- ],
- "enumDescriptions": {
- "Event": "The subscription destination receives JSON bodies of type Event.",
- "MetricReport": "The subscription destination receives JSON bodies of type MetricReport."
- },
- "type": "string"
- },
"EventService": {
"additionalProperties": false,
"description": "The EventService schema contains properties for managing event subscriptions and generates the events sent to subscribers. The resource has links to the actual collection of subscriptions, which are called event destinations.",
@@ -217,8 +206,8 @@
"longDescription": "This property shall contain any status or health properties of the resource."
},
"SubordinateResourcesSupported": {
- "description": "An indication of whether the service supports the SubordinateResource property on both event subscriptions and generated events.",
- "longDescription": "This property shall indicate whether the service supports the SubordinateResource property on both event subscriptions and generated events.",
+ "description": "An indication of whether the service supports the SubordinateResources property on both event subscriptions and generated events.",
+ "longDescription": "This property shall indicate whether the service supports the SubordinateResources property on both event subscriptions and generated events.",
"readonly": true,
"type": [
"boolean",
@@ -595,5 +584,5 @@
},
"owningEntity": "DMTF",
"release": "2020.2",
- "title": "#EventService.v1_7_0.EventService"
+ "title": "#EventService.v1_7_1.EventService"
}
\ No newline at end of file