Sha256: fe9bbcd817316013c49dc66b4200f5e94334be2fb8865046282f1326d3e63a88

Contents?: true

Size: 559 Bytes

Versions: 11

Compression:

Stored size: 559 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema",
  "definitions": {
    "subteam_id": {
      "type": "string"
    },
    "subteam_self_removed": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/subteam_self_removed",
      "properties": {
        "subteam_id": {
          "$ref": "#/definitions/subteam_id"
        },
        "type": {
          "const": "subteam_self_removed"
        }
      },
      "example": {
        "subteam_id": "S0615G0KT",
        "type": "subteam_self_removed"
      }
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.3 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/schemas/subteam_self_removed.json