Slack · JSON Structure

Slack Web Channel Structure

Type: object Properties: 31
BotsChatCollaborationMessagingProductivityT1Team Communication

Channel is a JSON Structure definition published by Slack, describing 31 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name name_normalized is_channel is_group is_im is_mpim is_private is_archived is_general is_shared is_ext_shared is_org_shared is_pending_ext_shared is_member is_open is_frozen created creator updated unlinked topic purpose previous_names num_members locale user shared_team_ids parent_conversation context_team_id properties

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Channel",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "name_normalized": {
      "type": "string"
    },
    "is_channel": {
      "type": "boolean"
    },
    "is_group": {
      "type": "boolean"
    },
    "is_im": {
      "type": "boolean"
    },
    "is_mpim": {
      "type": "boolean"
    },
    "is_private": {
      "type": "boolean"
    },
    "is_archived": {
      "type": "boolean"
    },
    "is_general": {
      "type": "boolean"
    },
    "is_shared": {
      "type": "boolean"
    },
    "is_ext_shared": {
      "type": "boolean"
    },
    "is_org_shared": {
      "type": "boolean"
    },
    "is_pending_ext_shared": {
      "type": "boolean"
    },
    "is_member": {
      "type": "boolean"
    },
    "is_open": {
      "type": "boolean"
    },
    "is_frozen": {
      "type": "boolean"
    },
    "created": {
      "type": "integer"
    },
    "creator": {
      "type": "string"
    },
    "updated": {
      "type": "integer"
    },
    "unlinked": {
      "type": "integer"
    },
    "topic": {
      "type": "object"
    },
    "purpose": {
      "type": "object"
    },
    "previous_names": {
      "type": "array"
    },
    "num_members": {
      "type": "integer"
    },
    "locale": {
      "type": "string"
    },
    "user": {
      "type": "string"
    },
    "shared_team_ids": {
      "type": "array"
    },
    "parent_conversation": {
      "type": "string"
    },
    "context_team_id": {
      "type": "string"
    },
    "properties": {
      "type": "object"
    }
  }
}