2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://nvidia.com/dw/schedule.schema.json",
4 "title": "DW Sensor Layout Descriptor",
5 "description": "The descriptor of DriveWorks sensor layouts. The order of sensor layout names is user defined.",
7 "additionalProperties": false,
9 "^[a-zA-Z][a-zA-Z0-9 ._-]*$": {
10 "description": "The key is the name of the sensor layout which must be unique within the collection of sensor layouts. The value is the array of sensor names identified by their index.",
14 "pattern": "^([a-z0-9]+:)*[a-z0-9]+$"