{ "$schema": "https://json-schema.org/", "$id": "https://tooljet.io/Airtable.schema.json", "title": "Airtable datasource", "description": "A schema defining airtable datasource", "type": "object", "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: Airtable account page" } }, "required": ["api_key"] }