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

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