sync hub items with community (#949)

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-27 00:40:54 +01:00
committed by GitHub
co-authored by rubenfiszel
parent b0ccbe22ee
commit 087c43ad09
+19
View File
@@ -0,0 +1,19 @@
{
"workspace_id": "starter",
"name": "mailchimp",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"token": {
"type": "string",
"description": "OAuth2 token",
"default": ""
}
},
"required": [
"token"
],
"type": "object"
},
"description": "The Mailchimp OAuth2 token"
}