sync hub items with community (#375)

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-08-09 09:48:02 +02:00
committed by GitHub
co-authored by rubenfiszel
parent 6b2ff5a87f
commit 7ebd37c5ab
+4 -5
View File
@@ -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"