sync hub items with community #237

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-07-25 14:29:14 +02:00
committed by GitHub
co-authored by rubenfiszel
parent bc650b0ade
commit bf28a4a673
4 changed files with 72 additions and 0 deletions
+18
View File
@@ -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"
}
+18
View File
@@ -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"
}
+18
View File
@@ -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"
}
+18
View File
@@ -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"
}