mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
16 lines
371 B
JSON
16 lines
371 B
JSON
|
|
{
|
||
|
|
"$schema": "https://json-schema.org/",
|
||
|
|
"$id": "https://tooljet.io/Slack.schema.json",
|
||
|
|
"title": "Slack datasource",
|
||
|
|
"description": "A schema defining slack datasource",
|
||
|
|
"type": "object",
|
||
|
|
"properties": {
|
||
|
|
"sheets": {
|
||
|
|
"$label": "",
|
||
|
|
"$key": "slack",
|
||
|
|
"type": "react-component-slack",
|
||
|
|
"description": "A component for slack"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|