Move to 2021.3
Update the script to point at 2021.3, change the path of the files since
they moved again, and run the script.
Since we have an exclude list, this only brings in new versions of
schemas bmcweb already uses.
Overview of 2021.3:
https://www.dmtf.org/sites/default/files/Redfish_Release_2021.3_Overview.pdf
Overall, the release wasn't huge.
IBM plans to use:
PCIeSlot to Processor
FabricAdapter to PCIeDevice
Tested: See new schemas. No new validator errors.
curl -k https://$bmc/redfish/v1/JsonSchemas/Certificate/Certificate.json
{
"$id": "http://redfish.dmtf.org/schemas/v1/Certificate.v1_5_0.json",
Change-Id: Idf28cb164d220b059dace91e352fee732bf0c842
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json b/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
index aa2ca6f..c27c5e8 100644
--- a/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
+++ b/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
@@ -1,5 +1,5 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/LogEntry.v1_9_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/LogEntry.v1_10_0.json",
"$ref": "#/definitions/LogEntry",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -83,14 +83,26 @@
"Manager",
"PreOS",
"OS",
- "OEM"
+ "OEM",
+ "CPER",
+ "CPERSection"
],
"enumDescriptions": {
+ "CPER": "UEFI Common Platform Error Record.",
+ "CPERSection": "A Section of a UEFI Common Platform Error Record.",
"Manager": "Manager diagnostic data.",
"OEM": "OEM diagnostic data.",
"OS": "Operating system (OS) diagnostic data.",
"PreOS": "Pre-OS diagnostic data."
},
+ "enumLongDescriptions": {
+ "CPER": "This value shall indicate the data provided at the URI specified by the AdditionalDataURI property is a complete UEFI Specification-defined Common Platform Error Record. The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification.",
+ "CPERSection": "This value shall indicate the data provided at the URI specified by the AdditionalDataURI property is a single Section of a UEFI Specification-defined Common Platform Error Record. The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."
+ },
+ "enumVersionAdded": {
+ "CPER": "v1_10_0",
+ "CPERSection": "v1_10_0"
+ },
"type": "string"
},
"LogEntry": {
@@ -676,6 +688,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2021.1",
- "title": "#LogEntry.v1_9_0.LogEntry"
+ "release": "2021.3",
+ "title": "#LogEntry.v1_10_0.LogEntry"
}
\ No newline at end of file