Sha256: 3b745532f333da8eb760993d609fd0ea098d46ccf3bc5d0c1e327a76a98c27be

Contents?: true

Size: 1.08 KB

Versions: 11

Compression:

Stored size: 1.08 KB

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema",
  "definitions": {
    "channel_id": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "pin_item": {
      "type": "object",
      "description": "definition snipped. learn more: https://api.slack.com/events/pin_removed",
      "properties": {
      }
    },
    "user_id": {
      "type": "string"
    },
    "pin_added": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/pin_added",
      "properties": {
        "channel_id": {
          "$ref": "#/definitions/channel_id"
        },
        "event_ts": {
          "$ref": "#/definitions/timestamp"
        },
        "item": {
          "$ref": "#/definitions/pin_item"
        },
        "type": {
          "const": "pin_added"
        },
        "user": {
          "$ref": "#/definitions/user_id"
        }
      },
      "example": {
        "channel_id": "C02ELGNBH",
        "event_ts": "1360782804.083113",
        "item": {
        },
        "type": "pin_added",
        "user": "U024BE7LH"
      }
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

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