blob: 6d0e75562737598afb650f89c966e1f5fcb979ca [file] [log] [blame]
Lawrence Tang079d5812022-07-12 14:15:32 +01001{
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",
Lawrence Tang617949e2022-08-08 14:21:42 +01006 "oneOf": [
7 { "$ref": "./cper-json-full-log.json" },
8 { "$ref": "./cper-json-section-log.json" }
9 ]
Lawrence Tang079d5812022-07-12 14:15:32 +010010}