| { |
| "$id": "http://redfish.dmtf.org/schemas/v1/OemLogEntry.v1_0_0.json", |
| "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_2_0.json", |
| "copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", |
| "definitions": { |
| "DiagnosticDataType": { |
| "enum": [ |
| "Manager", |
| "PreOS", |
| "OS", |
| "OEM" |
| ], |
| "enumDescriptions": { |
| "Manager": "Indicates Manager diagnostic data.", |
| "OEM": "Indicates OEM diagnostic data.", |
| "OS": "Indicates Operating system(OS) diagnostic data.", |
| "PreOS": "Indicates Pre-OS diagnostic data." |
| }, |
| "type": "string" |
| }, |
| "OpenBmc": { |
| "additionalProperties": true, |
| "description": "Oem properties for OpenBmc.", |
| "patternProperties": { |
| "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { |
| "description": "This property shall specify a valid odata or Redfish property.", |
| "type": [ |
| "array", |
| "boolean", |
| "integer", |
| "number", |
| "null", |
| "object", |
| "string" |
| ] |
| } |
| }, |
| "properties": { |
| "AdditionalDataSizeBytes": { |
| "description": "The size of diagnostic data in bytes for the log entry if the entry type is `DUMP`.", |
| "longDescription": "This property shall contain the size of diagnostic data in bytes for the log entry if the entry type is `DUMP`.", |
| "readonly": true, |
| "type": [ |
| "integer", |
| "null" |
| ] |
| }, |
| "AdditionalDataURI": { |
| "description": "The offload URI of the diagnostic data if the entry type is `DUMP`.", |
| "longDescription": "This property shall contain the offload URI of the diagnostic data if the entry type is `DUMP`.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| }, |
| "DiagnosticDataType": { |
| "anyOf": [ |
| { |
| "$ref": "#/definitions/DiagnosticDataType" |
| }, |
| { |
| "type": "null" |
| } |
| ], |
| "description": "The type of diagnostic data entry", |
| "longDescription": "This property shall contain the type of diagnostic data entry.", |
| "readonly": true |
| }, |
| "OEMDiagnosticDataType": { |
| "description": "The OEM type of diagnostic data entry", |
| "longDescription": "This property shall contain the OEM type of diagnostic data entry.", |
| "readonly": true, |
| "type": [ |
| "string", |
| "null" |
| ] |
| } |
| }, |
| "type": "object" |
| } |
| }, |
| "owningEntity": "OpenBMC", |
| "release": "1.0", |
| "title": "#OemLogEntry.v1_0_0" |
| } |