blob: 4cccf7c78cbf3a1a382a11f02aa88ffad8c1911d [file] [log] [blame]
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"description": "Unkown CPER section type. Work with vendor to determine decoding.",
"required": ["data"],
"additionalProperties": false,
"properties": {
"data": {
"type": "string"
}
}
}