ConnectorTypeInfoResponse
Connector type info plus built-in templates for that type.
typeType (string)필수
functionsstring[]필수
templateTemplate (string)필수
builtin_templates object[]
Array [
is_builtinIs Builtin (boolean)
기본값:
truenameName (string)필수
description object
하나 이상(anyOf)
- string
- null
string
driver object
Bindable native driver id for a managed connector; send as ConnectorCreate.driver.
- string
- null
string
options object
property name*any
packagesstring[]
metadata object
하나 이상(anyOf)
- object
- null
object
]
ConnectorTypeInfoResponse
{
"type": "string",
"functions": [
"string"
],
"template": "string",
"builtin_templates": [
{
"is_builtin": true,
"name": "string",
"description": "string",
"driver": "string",
"options": {},
"packages": [
"string"
],
"metadata": {}
}
]
}