Sha256: b6e6a7d3fc47a972f59c7a7b545eefa88236d2e7446233f9cf03f00e429c97a7

Contents?: true

Size: 773 Bytes

Versions: 11

Compression:

Stored size: 773 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema",
  "definitions": {
    "timestamp": {
      "type": "string"
    },
    "im_history_changed": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/im_history_changed",
      "properties": {
        "event_ts": {
          "$ref": "#/definitions/timestamp"
        },
        "latest": {
          "$ref": "#/definitions/timestamp"
        },
        "ts": {
          "$ref": "#/definitions/timestamp"
        },
        "type": {
          "const": "im_history_changed"
        }
      },
      "example": {
        "event_ts": "1361482916.000004",
        "latest": "1358877455.000010",
        "ts": "1361482916.000003",
        "type": "im_history_changed"
      }
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

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