• <xmp id="om0om">
  • <table id="om0om"><noscript id="om0om"></noscript></table>
  • Compute Graph Framework SDK Reference  5.10
    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": [
    26 "array",
    27 "boolean",
    28 "number",
    29 "string"
    30 ]
    31 }
    32 }
    33 }
    34 }
    35 },
    36 "skipNodes": {
    37 "description": "The nodes to skip from being scheduled. The order should be alphabetical.",
    38 "type": "object",
    39 "additionalProperties": false,
    40 "patternProperties": {
    41 "^[a-z][a-zA-Z0-9]*(\\.[a-z][a-zA-Z0-9]*)*$": {
    42 "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).",
    43 "type": "array",
    44 "items": {
    45 "type": "string",
    46 "pattern": "[a-z][a-zA-Z0-9_]*$"
    47 },
    48 "uniqueItems": true
    49 }
    50 }
    51 },
    52 "processes": {
    53 "description": "The process attributes to override (atm only 'argv' can be modified). The order should be alphabetical.",
    54 "type": "object",
    55 "additionalProperties": false,
    56 "patternProperties": {
    57 "^[a-zA-Z][a-zA-Z0-9_]*$": {
    58 "description": "The key is the name of the process (in snake_case). The value describes the process itself.",
    59 "additionalProperties": false,
    60 "properties": {
    61 "argv": {
    62 "description": "The command line arguments passed to the executable",
    63 "type": "object",
    64 "additionalProperties": false,
    65 "patternProperties": {
    66 "^[a-zA-Z0-9_-]+$": {
    67 "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.",
    68 "anyOf": [
    69 {
    70 "type": "boolean",
    71 "const": true
    72 },
    73 {
    74 "type": "string"
    75 },
    76 {
    77 "type": "array",
    78 "items": {
    79 "type": [
    80 "string"
    81 ]
    82 }
    83 },
    84 {
    85 "type": "null"
    86 }
    87 ]
    88 }
    89 }
    90 }
    91 }
    92 }
    93 }
    94 },
    95 "requiredSensors": {
    96 "description": "The required sensors to remove or update. The order is user defined.",
    97 "type": "object",
    98 "additionalProperties": false,
    99 "patternProperties": {
    100 "^[a-zA-Z][a-zA-Z0-9 .:_-]*$": {
    101 "description": "The key is the required sensor name which could be either rig sensor name or a key of sensor mappings. The value is either a json null to remove this required sensor or an object to update this required sensor attributes.",
    102 "anyOf": [
    103 {
    104 "type": "null"
    105 },
    106 {
    107 "description": "Attributes for each required sensor. Only support \"typeIndex\" attribute currently. For those sensor types of which sensor is unique in the app, \"typeIndex\" can be ignored.",
    108 "type": "object",
    109 "additionalProperties": false,
    110 "properties": {
    111 "typeIndex": {
    112 "description": "The sensor index of certain sensor type, applied in the app.",
    113 "type": "integer",
    114 "minimum": 0
    115 }
    116 }
    117 }
    118 ]
    119 }
    120 }
    121 },
    122 "extraInfo": {
    123 "description": "DEPRECATED! Override key-value pairs from the extraInfo JSON file",
    124 "type": "object"
    125 },
    126 "Recorder": {
    127 "description": "Parameters for the Recorder",
    128 "type": "object"
    129 },
    130 "RoadCastService": {
    131 "description": "Parameters for the RoadCast service",
    132 "type": "object"
    133 }
    134 }
    135}
    人人超碰97caoporen国产