본문으로 건너뛰기
버전: v0.1.0

Connector

id object
anyOf
string
nameName (string)required
alias object
anyOf
string
categoryCategory (string)
Default value: connector
typeType (string)required
collection_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    created_at object
    anyOf
    integer
    updated_at object
    anyOf
    integer
    builtinBuiltin (boolean)
    Default value: false
    options object
    property name*any
    Default value: {}
    scriptScript (string)
    Default value:
    packagesstring[]
    Default value: []
    metadata object
    anyOf
    object
    Connector
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "connector",
    "type": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "created_at": 0,
    "updated_at": 0,
    "builtin": false,
    "options": {},
    "script": "",
    "packages": [
    "string"
    ],
    "metadata": {}
    }