• <xmp id="om0om">
  • <table id="om0om"><noscript id="om0om"></noscript></table>
  • Compute Graph Framework SDK Reference  5.8
    All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
    app-config.schema.json
    Go to the documentation of this file.
    1{
    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.",
    6 "type": "object",
    7 "additionalProperties": false,
    8 "properties": {
    9 "comment": {
    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.",
    11 "type": "string"
    12 },
    13 "componentParameters": {
    14 "description": "The component parameters to override. The order should be alphabetical.",
    15 "type": "object",
    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.",
    20 "type": "object",
    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"]
    26 }
    27 }
    28 }
    29 }
    30 },
    31 "sensorLayouts": {
    32 "description": "The sensor layouts to override or update. The order should be alphabetical.",
    33 "type": "object",
    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.",
    38 "anyOf": [
    39 {
    40 "type": "array",
    41 "items": {
    42 "type": "string",
    43 "pattern": "^([a-z0-9]+:)*[a-z0-9]+$"
    44 },
    45 "uniqueItems": true
    46 },
    47 {
    48 "type": "object",
    49 "additionalProperties": false,
    50 "patternProperties": {
    51 "^([a-z0-9]+:)*[a-z0-9]+$": {
    52 "type": "string",
    53 "pattern": "^([a-z0-9]+:)*[a-z0-9]+$"
    54 }
    55 }
    56 }
    57 ]
    58 }
    59 }
    60 },
    61 "skipNodes": {
    62 "description": "The nodes to skip from being scheduled. The order should be alphabetical.",
    63 "type": "object",
    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).",
    68 "type": "array",
    69 "items": {
    70 "type": "string",
    71 "pattern": "[a-z][a-zA-Z0-9_]*$"
    72 },
    73 "uniqueItems": true
    74 }
    75 }
    76 },
    77 "processes": {
    78 "description": "The process attributes to override (atm only 'argv' can be modified). The order should be alphabetical.",
    79 "type": "object",
    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,
    85 "properties": {
    86 "argv": {
    87 "description": "The command line arguments passed to the executable",
    88 "type": "object",
    89 "additionalProperties": false,
    90 "patternProperties": {
    91 "^[a-zA-Z0-9_-]+$": {
    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.",
    93 "anyOf": [
    94 {
    95 "type": "boolean",
    96 "const": true
    97 },
    98 {
    99 "type": "string"
    100 },
    101 {
    102 "type": "array",
    103 "items": {
    104 "type": ["string"]
    105 }
    106 },
    107 {
    108 "type": "null"
    109 }
    110 ]
    111 }
    112 }
    113 }
    114 }
    115 }
    116 }
    117 },
    118 "extraInfo": {
    119 "description": "DEPRECATED! Override key-value pairs from the extraInfo JSON file",
    120 "type": "object"
    121 },
    122 "Recorder": {
    123 "description": "Parameters for the Recorder",
    124 "type": "object"
    125 },
    126 "RoadCastService": {
    127 "description": "Parameters for the RoadCast service",
    128 "type": "object"
    129 }
    130 }
    131}
    人人超碰97caoporen国产