Sha256: 9bf3128144b6dabb68c7ae790b36f7fcfb89b8011d199b5f1e4966ecc91962d0
Contents?: true
Size: 946 Bytes
Versions: 11
Compression:
Stored size: 946 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "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" } } } }
Version data entries
11 entries across 11 versions & 1 rubygems