2 "$schema": "https://json-schema.org/draft/2020-12/schema",
3 "$id": "https://nvidia.com/dw/app-config.schema.json",
4 "title": "DW Application Config Descriptor",
5 "description": "The descriptor to override the configuration of a DriveWorks application. The keys in JSON should appear in the same order as the properties are documented in the schema.",
7 "additionalProperties": false,
10 "description": "In a manually written JSON file this field can contain an arbitrary text. When the JSON file is generated, the tool should include its own name and optionally reference the authoritive source of information.",
13 "componentParameters": {
14 "description": "The component parameters to override. The order should be alphabetical.",
16 "additionalProperties": false,
17 "patternProperties": {
18 "^([a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*)?$": {
19 "description": "The key is the fully qualified name of the subcomponent (in the form of 1 or multiple 'subcomponentInstanceName' separated by dots). The order should be alphabetical. The value contains a mapping from parameter names to parameter values.",
21 "additionalProperties": false,
22 "patternProperties": {
23 "^[a-z][a-zA-Z0-9_]*(\\.[a-z][a-zA-Z0-9_]*)?$": {
24 "description": "The key is the parameter name from the component. The value is the parameter value which must match the type of the parameter defined in the component descriptor. The order should be alphabetical.",
25 "type": ["array", "boolean", "number", "string"]
32 "description": "The sensor layouts to override or update. The order should be alphabetical.",
34 "additionalProperties": false,
35 "patternProperties": {
36 "^[a-zA-Z][a-zA-Z0-9 ._-]*$": {
37 "description": "The key is the name of the sensor layout which must be unique within the collection of sensor layouts. The value is either an array of sensor names identified by their index or an object mapping an existing sensor name to a new name.",
43 "pattern": "^([a-z0-9]+:)*[a-z0-9]+$"
49 "additionalProperties": false,
50 "patternProperties": {
51 "^([a-z0-9]+:)*[a-z0-9]+$": {
53 "pattern": "^([a-z0-9]+:)*[a-z0-9]+$"
62 "description": "The nodes to skip from being scheduled. The order should be alphabetical.",
64 "additionalProperties": false,
65 "patternProperties": {
66 "^[a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*$": {
67 "description": "The key is the fully qualified name of the node. Refering to a graphlet implicitly refers to all recursive nodes. The value identifies the 'stmSchedules' the skip applies to (and empty list means skipping the node in all schedules).",
71 "pattern": "[a-z][a-zA-Z0-9_]*$"
78 "description": "The process attributes to override (atm only 'argv' can be modified). The order should be alphabetical.",
80 "additionalProperties": false,
81 "patternProperties": {
82 "^[a-zA-Z][a-zA-Z0-9_]*$": {
83 "description": "The key is the name of the process (in snake_case). The value describes the process itself.",
84 "additionalProperties": false,
87 "description": "The command line arguments passed to the executable",
89 "additionalProperties": false,
90 "patternProperties": {
92 "description": "The key is one command line argument. The value is not used (if it is the boolean value true), a second argument (if it is a string), multiple additional arguments (if it is an array of strings). If the value is 'null' value the key is removed and not passed to the process.",
119 "description": "DEPRECATED! Override key-value pairs from the extraInfo JSON file",
123 "description": "Parameters for the Recorder",
127 "description": "Parameters for the RoadCast service",