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