Sha256: a6fe8baaaa07451fa99b87a822ffa513b67ffbf0ae2a7c3bea8b18349b7f1471

Contents?: true

Size: 1.56 KB

Versions: 7

Compression:

Stored size: 1.56 KB

Contents

{
  "url": "https://api.slack.com/events/star_added",
  "event": "star_added",
  "sub_schemas": {
    "timestamp": {
      "type": "string"
    },
    "star_item": {
      "type": "object",
      "description": "definition snipped. learn more: https://api.slack.com/events/star_added",
      "properties": {
      }
    },
    "user_id": {
      "type": "string"
    },
    "star_added": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/star_added",
      "properties": {
        "event_ts": {
          "$ref": "#/definitions/timestamp"
        },
        "item": {
          "$ref": "#/definitions/star_item"
        },
        "type": {
          "const": "star_added"
        },
        "user": {
          "$ref": "#/definitions/user_id"
        }
      },
      "example": {
        "event_ts": "1360782804.083113",
        "item": {
        },
        "type": "star_added",
        "user": "U024BE7LH"
      }
    }
  },
  "schema": {
    "type": "object",
    "description": "learn more: https://api.slack.com/events/star_added",
    "properties": {
      "event_ts": {
        "$ref": "#/definitions/timestamp"
      },
      "item": {
        "$ref": "#/definitions/star_item"
      },
      "type": {
        "const": "star_added"
      },
      "user": {
        "$ref": "#/definitions/user_id"
      }
    },
    "example": {
      "event_ts": "1360782804.083113",
      "item": {
      },
      "type": "star_added",
      "user": "U024BE7LH"
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "stars:read"
  ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/resources/event_api/details/star_added.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/star_added.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/star_added.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/star_added.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/star_added.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/star_added.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/star_added.json