Update Redfish schema pack to 2022.1
Update to an intermediate schema pack. This is not the newest, but is
an incremental commit to allow us to differentiate different versions of
the schema packs evolution.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I4e5905a3ed40ca41b095c39b4d29c074b6eaeb67
diff --git a/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json b/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
index 90d1b5d..fc27dbf 100644
--- a/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
+++ b/static/redfish/v1/JsonSchemas/LogEntry/LogEntry.json
@@ -1,8 +1,8 @@
{
- "$id": "http://redfish.dmtf.org/schemas/v1/LogEntry.v1_11_0.json",
+ "$id": "http://redfish.dmtf.org/schemas/v1/LogEntry.v1_12_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",
+ "copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
"definitions": {
"Actions": {
"additionalProperties": false,
@@ -72,8 +72,34 @@
"OriginOfCondition": {
"$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef",
"description": "The link to the resource that caused the log entry.",
- "longDescription": "This property shall contain a link to the resource that caused the log entry.",
+ "longDescription": "This property shall contain a link to the resource that caused the log entry. For log entries that represent the creation or deletion of a resource, this property should reference the created or deleted resource and not the collection that contains the resource.",
"readonly": true
+ },
+ "RelatedItem": {
+ "description": "An array of links to resources associated with this log entry.",
+ "items": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
+ },
+ "longDescription": "This property shall contain an array of links to resources that are related to this log entry. It shall not contain links to LogEntry resources. RelatedLogEntries is used to reference related log entries. This property shall not contain the value of the OriginOfCondition property.",
+ "readonly": true,
+ "type": "array",
+ "versionAdded": "v1_12_0"
+ },
+ "RelatedItem@odata.count": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
+ },
+ "RelatedLogEntries": {
+ "description": "An array of links to other log entries that are related to this log entry.",
+ "items": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/LogEntry.json#/definitions/LogEntry"
+ },
+ "longDescription": "This property shall contain an array of links to resources of type LogEntry in this or other log services that are related to this log entry.",
+ "readonly": true,
+ "type": "array",
+ "versionAdded": "v1_12_0"
+ },
+ "RelatedLogEntries@odata.count": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
}
},
"type": "object"
@@ -191,8 +217,8 @@
"type": "null"
}
],
- "description": "The type of diagnostic data.",
- "longDescription": "This property shall contain the type of diagnostic data.",
+ "description": "The type of diagnostic data available at the AdditionalDataURI location.",
+ "longDescription": "This property shall contain the type of diagnostic data contained at the URI referenced by AdditionalDataURI.",
"readonly": true,
"versionAdded": "v1_7_0"
},
@@ -306,8 +332,8 @@
"readonly": true
},
"OEMDiagnosticDataType": {
- "description": "The OEM-defined type of diagnostic data.",
- "longDescription": "This property shall contain the OEM-defined type of diagnostic data. This property shall be present if DiagnosticDataType is `OEM`.",
+ "description": "The OEM-defined type of diagnostic data at the AdditionalDataURI location.",
+ "longDescription": "This property shall contain the OEM-defined type of diagnostic data contained at the URI referenced by AdditionalDataURI. This property shall be present if DiagnosticDataType is `OEM`.",
"readonly": true,
"type": [
"string",
@@ -715,6 +741,6 @@
}
},
"owningEntity": "DMTF",
- "release": "2021.4",
- "title": "#LogEntry.v1_11_0.LogEntry"
+ "release": "2022.1",
+ "title": "#LogEntry.v1_12_0.LogEntry"
}
\ No newline at end of file