blob: c5e35f269a75a85f61420f65a6248bf5a6d94b70 [file] [log] [blame] [edit]
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "cper-json-nvidia-event-data-gpu-metadata",
"type": "object",
"description": "GPU metadata context data (GPU dataFormatType=1)",
"additionalProperties": false,
"required": ["deviceId", "xid"],
"properties": {
"deviceId": { "type": "integer", "minimum": 0 },
"xid": { "type": "integer", "minimum": 0 },
"data": { "type": "string", "pattern": "^[A-Za-z0-9+/]*={0,2}$" }
}
}