{ "$schema": "https://json-schema.org/", "$id": "https://tooljet.io/dataqueries/Slack.schema.json", "title": "Slack datasource", "description": "A schema defining Slack datasource", "type": "object", "defaults": {}, "properties": { "mode": { "$label": "", "$key": "mode", "type": "dropdown-component-flip", "description": "Single select dropdown for mode", "$options": [ { "name": "List members", "value": "list_users" }, { "name": "Send message", "value": "send_message" } ] }, "send_message": { "channel": { "$label": "Channel", "$key": "channel", "type": "codehinter", "description": "Enter channel" }, "message": { "$label": "Message", "$key": "message", "type": "codehinter", "description": "Enter message" } } } }