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/redfish-schema/redfish-schema.json b/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
index ab3c143..10eda3f 100644
--- a/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
+++ b/static/redfish/v1/JsonSchemas/redfish-schema/redfish-schema.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_7_0",
+ "$id": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_8_0",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Redfish Schema Extension",
@@ -130,6 +130,16 @@
"license": {
"type": "string",
"description": "The term is applied to Redfish schema or registry in order to specify licensing information."
+ },
+ "releaseStatus": {
+ "enum": [
+ "Standard",
+ "Informational",
+ "WorkInProgress",
+ "InDevelopment"
+ ],
+ "type": "string",
+ "description": "The term specifies the public release status of a property or schema."
}
},
"properties": {
@@ -221,12 +231,15 @@
},
"enumTranslations": {
"$ref": "#/definitions/enumTranslations"
- },
+ },
"actionResponse": {
"$ref": "#/definitions/actionResponse"
},
"license": {
"$ref": "#/definitions/license"
+ },
+ "releaseStatus": {
+ "$ref": "#/definitions/releaseStatus"
}
}
}