2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://nvidia.com/dw/required-sensors.schema.json",
4 "title": "DW Required Sensor Descriptor",
5 "description": "The descriptor of DriveWorks required sensors. The order of required sensor names is user defined.",
7 "additionalProperties": false,
9 "^[a-zA-Z][a-zA-Z0-9 .:_-]*$": {
10 "description": "The key is the required sensor name which could be either rig sensor name or a key of sensor mappings. The value is the object of this required sensor attributes. Only support \"typeIndex\" attribute currently. For those sensor types of which sensor is unique in the app, \"typeIndex\" can be ignored.",
12 "additionalProperties": false,
15 "description": "The sensor index of certain sensor type, applied in the app.",
20 "description": "An array containing the machine names this sensor is connected to (machine0, machine1 ... machineN).",
24 "pattern": "^[a-zA-Z][a-zA-Z0-9_]*$"