blob: b1d246728e7e5687390448ccdb1728e17c7d0150 [file] [log] [blame] [edit]
{
"$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" }
]
}