ToolJet/frontend/src/Editor/DataSourceManager/SourceComponents/Api/Slack.schema.json

33 lines
715 B
JSON
Raw Normal View History

{
"$schema": "https://json-schema.org/",
"$id": "https://tooljet.io/Slack.schema.json",
"title": "Slack datasource",
"description": "A schema defining slack datasource",
"type": "object",
"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"
}
}
}