{ | |
"$id": "cper-json", | |
"$schema": "https://json-schema.org/draft/2020-12/schema", | |
"description": "JSON Schema for the CPER-JSON format, as described in the CPER-JSON specification document.", | |
"type": "object", | |
"oneOf": [ | |
{ "$ref": "./cper-json-full-log.json" }, | |
{ "$ref": "./cper-json-section-log.json" } | |
] | |
} |