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/Power/Power.json b/static/redfish/v1/JsonSchemas/Power/Power.json
index aea5bf9..c3f9c04 100644
--- a/static/redfish/v1/JsonSchemas/Power/Power.json
+++ b/static/redfish/v1/JsonSchemas/Power/Power.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/Power.v1_6_1.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/Power.v1_7_0.json",
"$ref": "#/definitions/Power",
"$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",
@@ -218,6 +218,7 @@
},
"Power": {
"additionalProperties": false,
+ "deprecated": "This schema has been deprecated in favor of the PowerSubsystem schema.",
"description": "The Power schema describes power metrics and represents the properties for power consumption and power limiting.",
"longDescription": "This resource shall contain the power metrics for a Redfish implementation.",
"patternProperties": {
@@ -332,7 +333,8 @@
"Id",
"Name"
],
- "type": "object"
+ "type": "object",
+ "versionDeprecated": "v1_7_0"
},
"PowerControl": {
"additionalProperties": false,
@@ -399,8 +401,8 @@
"units": "W"
},
"PowerAvailableWatts": {
- "description": "The amount of reserve power capacity, in watts, that remains. This value is the PowerCapacity value minus the PowerAllocated value.",
- "longDescription": "This property shall represent the amount of reserve power capacity, in watts, that remains. This value is the PowerCapacity value minus the PowerAllocated value.",
+ "description": "The amount of reserve power capacity, in watts, that remains. This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value.",
+ "longDescription": "This property shall represent the amount of reserve power capacity, in watts, that remains. This value is the PowerCapacityWatts value minus the PowerAllocatedWatts value.",
"minimum": 0,
"readonly": true,
"type": [
@@ -711,7 +713,7 @@
},
"FirmwareVersion": {
"description": "The firmware version for this power supply.",
- "longDescription": "This property shall contain the firwmare version as defined by the manufacturer for the associated power supply.",
+ "longDescription": "This property shall contain the firmware version as defined by the manufacturer for the associated power supply.",
"readonly": true,
"type": [
"string",
@@ -1274,6 +1276,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2019.3",
- "title": "#Power.v1_6_1.Power"
+ "release": "2020.4",
+ "title": "#Power.v1_7_0.Power"
}
\ No newline at end of file