mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
sync hub items with community #237
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
co-authored by
rubenfiszel
parent
bc650b0ade
commit
bf28a4a673
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "gcal",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": "The OAuth token, refreshed if necessary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "GCalendar OAuth credentials"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "gdrive",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "GDrive OAuth credentials"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "google",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "Google OAuth login credentials used to retrieve email and user info"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "gsheets",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": "The OAuth token, refreshed if necessary"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "GSheet OAuth credentials"
|
||||
}
|
||||
Reference in New Issue
Block a user