Craft.io · Schema

SlackPortal

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
workspaceId string
portalId string
portalName string
token string
View JSON Schema on GitHub

JSON Schema

craft-io-slackportal-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-slackportal-schema.json",
  "title": "SlackPortal",
  "properties": {
    "workspaceId": {
      "type": "string"
    },
    "portalId": {
      "type": "string"
    },
    "portalName": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  },
  "type": "object",
  "additionalProperties": false
}