xref: /openbmc/libcper/specification/json/sections/cper-unknown.json (revision d9835a173ed9611090acc6d51493128a5e387385)
1{
2    "$schema": "https://json-schema.org/draft/2020-12/schema",
3    "type": "object",
4    "description": "Unkown CPER section type. Work with vendor to determine decoding.",
5    "required": ["data"],
6    "additionalProperties": false,
7    "properties": {
8        "data": {
9            "type": "string"
10        }
11    }
12}
13