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