{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/craft-io/main/json-schema/craft-io-slackconnection-schema.json", "title": "SlackConnection", "properties": { "workspaceId": { "type": "string" }, "token": { "type": "string" }, "slackTeamId": { "type": "string" }, "slackInstallation": { "type": "string" }, "isActive": { "type": "boolean" } }, "type": "object", "additionalProperties": false }