ToolJet/plugins/packages/slack/lib/manifest.json
Gandharv 27c91a008a
Add json schema for vscode autocomplete (#1962)
* add json schema

* update schema

* update link
2022-01-27 10:55:16 +05:30

36 lines
No EOL
762 B
JSON

{
"$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": {},
"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"
}
}
}