| Daniel Osawa | 51c1813 | 2025-11-26 09:21:20 -0800 | [diff] [blame] | 1 | { |
| 2 | "$schema": "https://json-schema.org/draft/2020-12/schema", | ||||
| 3 | "$id": "cper-json-nvidia-event-data-opaque", | ||||
| 4 | "type": "object", | ||||
| 5 | "description": "Opaque context data (dataFormatType=0) - hex encoded binary", | ||||
| 6 | "additionalProperties": false, | ||||
| 7 | "required": ["data"], | ||||
| 8 | "properties": { | ||||
| 9 | "data": { "type": "string", "pattern": "^[0-9a-fA-F]*$" } | ||||
| 10 | } | ||||
| 11 | } | ||||