{ "url": "https://api.slack.com/events/pin_added", "type": "pin_added", "response": { "channel_id": "C02ELGNBH", "event_ts": "1360782804.083113", "item": { }, "type": "pin_added", "user": "U024BE7LH" }, "schema": { "$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" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "pins:read" ] }