mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 08:04:25 +00:00
sync hub items with community (#949)
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
co-authored by
rubenfiszel
parent
b0ccbe22ee
commit
087c43ad09
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user