Craft.io · Schema

SlackConnection

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
workspaceId string
token string
slackTeamId string
slackInstallation string
isActive boolean
View JSON Schema on GitHub

JSON Schema

craft-io-slackconnection-schema.json Raw ↑
{
  "$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
}