Move to 2019.4
Make changes to update_schemas.py needed for the move and run
update_schemas.py.
To see an overview of 2019.4 see
https://www.dmtf.org/sites/default/files/Redfish_Release_2019.4_Overview.pdf
Tested: Built bmcweb, loaded on a Witherspoon, and ran
the validator. No errors.
See new schemas:
curl -k https://${bmc}/redfish/v1/JsonSchemas/VCATEntry
{
"@odata.context": "/redfish/v1/$metadata#JsonSchemaFile.JsonSchemaFile",
"@odata.id": "/redfish/v1/JsonSchemas/VCATEntry",
"@odata.type": "#JsonSchemaFile.v1_0_2.JsonSchemaFile",
"Name": "VCATEntry Schema File",
"Schema": "#VCATEntry.VCATEntry",
Change-Id: I5ae6e3c655e44c82c4457515555bdb934dfb7763
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
index a49ab43..c024650 100644
--- a/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
+++ b/static/redfish/v1/JsonSchemas/ServiceRoot/ServiceRoot.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_5_2.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/ServiceRoot.v1_6_0.json",
"$ref": "#/definitions/ServiceRoot",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2019 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -236,6 +236,13 @@
"readonly": true,
"versionAdded": "v1_1_0"
},
+ "Facilities": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/FacilityCollection.json#/definitions/FacilityCollection",
+ "description": "The link to a collection of facilities.",
+ "longDescription": "This property shall contain a link to a resource collection of type FacilityCollection.",
+ "readonly": true,
+ "versionAdded": "v1_6_0"
+ },
"Id": {
"$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
"readonly": true
@@ -273,6 +280,13 @@
"description": "The OEM extension property.",
"longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
},
+ "PowerEquipment": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.json#/definitions/PowerEquipment",
+ "description": "The link to a set of power equipment.",
+ "longDescription": "This property shall contain a link to a resource of type PowerEquipment.",
+ "readonly": true,
+ "versionAdded": "v1_6_0"
+ },
"Product": {
"description": "The product associated with this Redfish Service.",
"longDescription": "This property shall include the name of the product represented by this Redfish Service.",
@@ -390,6 +404,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2018.3",
- "title": "#ServiceRoot.v1_5_2.ServiceRoot"
+ "release": "2019.4",
+ "title": "#ServiceRoot.v1_6_0.ServiceRoot"
}
\ No newline at end of file