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