2021-09-15 02:50:55 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json-schema.org/",
|
|
|
|
|
"$id": "https://tooljet.io/Airtable.schema.json",
|
|
|
|
|
"title": "Airtable datasource",
|
|
|
|
|
"description": "A schema defining airtable datasource",
|
|
|
|
|
"type": "object",
|
2021-09-22 05:13:12 +00:00
|
|
|
"source": {
|
|
|
|
|
"name": "Airtable",
|
|
|
|
|
"kind": "airtable",
|
|
|
|
|
"exposedVariables": {
|
|
|
|
|
"isLoading": {},
|
|
|
|
|
"data": {},
|
|
|
|
|
"rawData": {}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"api_key": { "type": "string", "encrypted": true }
|
|
|
|
|
},
|
|
|
|
|
"customTesting": true
|
|
|
|
|
},
|
2021-11-22 08:22:32 +00:00
|
|
|
"defaults": {
|
|
|
|
|
"api_key": { "value": "" }
|
|
|
|
|
},
|
2021-09-15 02:50:55 +00:00
|
|
|
"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"]
|
|
|
|
|
}
|