1{
2    "$id": "cper-json",
3    "$schema": "https://json-schema.org/draft/2020-12/schema",
4    "description": "JSON Schema for the CPER-JSON format, as described in the CPER-JSON specification document.",
5    "type": "object",
6    "oneOf": [
7        { "$ref": "./cper-json-full-log.json" },
8        { "$ref": "./cper-json-section-log.json" }
9    ]
10}
11