Lawrence Tang | 8f793ac | 2022-07-13 10:17:09 +0100 | [diff] [blame] | 1 | { |
2 | "$id": "cper-json-unknown-section", | ||||
3 | "$schema": "https://json-schema.org/draft/2020-12/schema", | ||||
4 | "type": "object", | ||||
5 | "required": ["data"], | ||||
6 | "additionalProperties": false, | ||||
7 | "properties": { | ||||
8 | "data": { | ||||
9 | "type": "string" | ||||
10 | } | ||||
11 | } | ||||
12 | } |