From 7ebd37c5ab7a1fa3e2144e19d8accab3a93ea1af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:48:02 +0200 Subject: [PATCH] sync hub items with community (#375) Co-authored-by: rubenfiszel --- community/resource_types/airtable.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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"