mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-30 09:57:19 +00:00
39 lines
No EOL
925 B
JSON
39 lines
No EOL
925 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
|
"title": "Airtable datasource",
|
|
"description": "A schema defining airtable datasource",
|
|
"type": "api",
|
|
"source": {
|
|
"name": "Airtable",
|
|
"kind": "airtable",
|
|
"exposedVariables": {
|
|
"isLoading": {},
|
|
"data": {},
|
|
"rawData": {}
|
|
},
|
|
"options": {
|
|
"api_key": {
|
|
"type": "string",
|
|
"encrypted": true
|
|
}
|
|
},
|
|
"customTesting": true
|
|
},
|
|
"defaults": {
|
|
"api_key": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"properties": {
|
|
"api_key": {
|
|
"label": "API key",
|
|
"key": "api_key",
|
|
"type": "password",
|
|
"description": "Api key for airtable",
|
|
"helpText": "For generating API key, visit: <a href='https://airtable.com/account' target='_blank' rel='noreferrer'>Airtable account page</a>"
|
|
}
|
|
},
|
|
"required": [
|
|
"api_key"
|
|
]
|
|
} |