Sha256: fb52b45acacd6f92b8029746c257cc61737bbbbaffed7fac95cb44d5ab42412c
Contents?: true
Size: 785 Bytes
Versions: 11
Compression:
Stored size: 785 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "timestamp": { "type": "string" }, "group_history_changed": { "type": "object", "description": "learn more: https://api.slack.com/events/group_history_changed", "properties": { "event_ts": { "$ref": "#/definitions/timestamp" }, "latest": { "$ref": "#/definitions/timestamp" }, "ts": { "$ref": "#/definitions/timestamp" }, "type": { "const": "group_history_changed" } }, "example": { "event_ts": "1361482916.000004", "latest": "1358877455.000010", "ts": "1361482916.000003", "type": "group_history_changed" } } } }
Version data entries
11 entries across 11 versions & 1 rubygems