{ "$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json", "title": "Slack datasource", "description": "A schema defining slack datasource", "type": "api", "source": { "name": "Slack", "kind": "slack", "exposedVariables": { "isLoading": false, "data": {}, "rawData": {} }, "options": { "api_key": { "type": "string", "encrypted": true } }, "customTesting": true, "hideSave": true }, "defaults": { "access_type": { "value": "read" } }, "properties": { "sheets": { "label": "", "key": "slack", "type": "react-component-slack", "description": "A component for slack" } } }