From f1109da69cdfdcab4f5ad0bef8f531eeebe8c746 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 10:20:41 +0200 Subject: [PATCH] sync hub items with community Co-authored-by: fatonramadani Co-authored-by: Faton Ramadani --- community/resource_types/toggl.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/resource_types/toggl.json diff --git a/community/resource_types/toggl.json b/community/resource_types/toggl.json new file mode 100644 index 0000000000..dc5b663c74 --- /dev/null +++ b/community/resource_types/toggl.json @@ -0,0 +1,18 @@ +{ + "workspace_id": "starter", + "name": "toggl", + "schema": { + "$schema": "https://json-schema.org/draft/2020-12/schema", + "properties": { + "token": { + "type": "string", + "description": "" + } + }, + "required": [ + "token" + ], + "type": "object" + }, + "description": "Toggle Track API Token" +}