Sha256: 15b4f456769a941e8ba4883f311186366eac4124896f976c4db037ce3f526d2b

Contents?: true

Size: 525 Bytes

Versions: 11

Compression:

Stored size: 525 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

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