github.com/instill-ai/component@v0.16.0-beta/pkg/operator/end/v0/config/tasks.json (about)

     1  {
     2    "TASK_END": {
     3      "input": {
     4        "additionalProperties": false,
     5        "description": "Input",
     6        "instillEditOnNodeFields": [],
     7        "instillUIOrder": 0,
     8        "patternProperties": {
     9          "^[a-z_][-a-z_0-9]{0,31}$": {
    10            "description": "Arbitrary data",
    11            "instillAcceptFormats": [
    12              "*"
    13            ],
    14            "instillUIOrder": 0,
    15            "instillUpstreamTypes": [
    16              "value",
    17              "reference",
    18              "template"
    19            ],
    20            "title": "Key"
    21          }
    22        },
    23        "required": [],
    24        "title": "Input",
    25        "type": "object"
    26      },
    27      "metadata": {
    28        "additionalProperties": false,
    29        "patternProperties": {
    30          "^[a-z_][-a-z_0-9]{0,31}$": {
    31            "properties": {
    32              "description": {
    33                "type": "string"
    34              },
    35              "title": {
    36                "type": "string"
    37              }
    38            },
    39            "title": "Metadata Item",
    40            "type": "object"
    41          }
    42        },
    43        "title": "Metadata",
    44        "type": "object"
    45      },
    46      "output": {
    47        "description": "Output",
    48        "instillEditOnNodeFields": [],
    49        "instillUIOrder": 0,
    50        "required": [],
    51        "title": "Output",
    52        "type": "object"
    53      }
    54    }
    55  }