github.com/instill-ai/component@v0.16.0-beta/pkg/connector/numbers/v0/config/definition.json (about)

     1  {
     2    "available_tasks": [
     3      "TASK_REGISTER"
     4    ],
     5    "custom": false,
     6    "documentation_url": "https://www.instill.tech/docs/latest/vdp/app-connectors/numbers",
     7    "icon": "assets/numbers.svg",
     8    "icon_url": "",
     9    "id": "numbers",
    10    "public": true,
    11    "spec": {
    12      "connection_specification": {
    13        "$schema": "http://json-schema.org/draft-07/schema#",
    14        "additionalProperties": false,
    15        "properties": {
    16          "capture_token": {
    17            "description": "Fill your Capture token in the Capture App. To access your tokens, you need a Capture App account and you can sign in with email or wallet to acquire the Capture Token.",
    18            "instillUpstreamTypes": [
    19              "reference"
    20            ],
    21            "instillAcceptFormats": [
    22              "string"
    23            ],
    24            "instillCredentialField": true,
    25            "instillUIOrder": 0,
    26            "title": "Capture token",
    27            "type": "string"
    28          }
    29        },
    30        "required": [
    31          "capture_token"
    32        ],
    33        "title": "Numbers Protocol Connection",
    34        "type": "object"
    35      }
    36    },
    37    "title": "Numbers Protocol",
    38    "description": "Seamlessly integrate third-party blockchain services through the Numbers Protocol, providing security, verifiability and traceability to data management",
    39    "tombstone": false,
    40    "type": "CONNECTOR_TYPE_APPLICATION",
    41    "uid": "70d8664a-d512-4517-a5e8-5d4da81756a7",
    42    "vendor": "Numbers Protocol",
    43    "vendor_attributes": {},
    44    "version": "0.1.0",
    45    "source_url": "https://github.com/instill-ai/component/blob/main/pkg/connector/numbers/v0",
    46    "release_stage": "RELEASE_STAGE_ALPHA"
    47  }