Lawrence Tang | 079d581 | 2022-07-12 14:15:32 +0100 | [diff] [blame] | 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", | ||||
Lawrence Tang | 617949e | 2022-08-08 14:21:42 +0100 | [diff] [blame] | 6 | "oneOf": [ |
7 | { "$ref": "./cper-json-full-log.json" }, | ||||
8 | { "$ref": "./cper-json-section-log.json" } | ||||
9 | ] | ||||
John Chung | 044afd0 | 2024-05-03 19:58:02 +0800 | [diff] [blame] | 10 | } |