Sha256: 5cc687869bdb3d6a23b049149b462030739e6e294971facb7fc4dc73695d18fc
Contents?: true
Size: 648 Bytes
Versions: 11
Compression:
Stored size: 648 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "channel_id": { "type": "string" }, "user_id": { "type": "string" }, "im_open": { "type": "object", "description": "learn more: https://api.slack.com/events/im_open", "properties": { "channel": { "$ref": "#/definitions/channel_id" }, "type": { "const": "im_open" }, "user": { "$ref": "#/definitions/user_id" } }, "example": { "channel": "D024BE91L", "type": "im_open", "user": "U024BE7LH" } } } }
Version data entries
11 entries across 11 versions & 1 rubygems