blob: 4cccf7c78cbf3a1a382a11f02aa88ffad8c1911d [file] [log] [blame]
Lawrence Tang8f793ac2022-07-13 10:17:09 +01001{
Lawrence Tang8f793ac2022-07-13 10:17:09 +01002 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "type": "object",
Andrew Adrianced9835a12024-12-05 14:41:42 -08004 "description": "Unkown CPER section type. Work with vendor to determine decoding.",
Lawrence Tang8f793ac2022-07-13 10:17:09 +01005 "required": ["data"],
6 "additionalProperties": false,
7 "properties": {
8 "data": {
9 "type": "string"
10 }
11 }
John Chung044afd02024-05-03 19:58:02 +080012}