blob: 56504bd69e6eaa838bf53d44dbe7e2a9bc4bfc85 [file] [log] [blame] [edit]
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "cper-json-nvidia-event-data-opaque",
"type": "object",
"description": "Opaque context data (dataFormatType=0) - hex encoded binary",
"additionalProperties": false,
"required": ["data"],
"properties": {
"data": { "type": "string", "pattern": "^[0-9a-fA-F]*$" }
}
}