diff --git a/community/resource_types/airtable.json b/community/resource_types/airtable.json index 42d054b36c..61748004a1 100644 --- a/community/resource_types/airtable.json +++ b/community/resource_types/airtable.json @@ -4,14 +4,13 @@ "schema": { "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { - "token": { + "apiKey": { "type": "string", - "description": "" + "description": "", + "default": "keyXXXXXXXXXXXXXX" } }, - "required": [ - "token" - ], + "required": [], "type": "object" }, "description": "The airtable OAuth token"