Sha256: d39273ccbbf118a3c6507f579c833f0dd7dae90e6b48648bda85e2c755f6df90
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
Contents
{ "url": "https://api.slack.com/events/email_domain_changed", "type": "email_domain_changed", "response": { "email_domain": "example.com", "event_ts": "1360782804.083113", "type": "email_domain_changed" }, "schema": { "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "timestamp": { "type": "string" }, "email_domain_changed": { "type": "object", "description": "learn more: https://api.slack.com/events/email_domain_changed", "properties": { "email_domain": { "type": "string" }, "event_ts": { "$ref": "#/definitions/timestamp" }, "type": { "const": "email_domain_changed" } }, "example": { "email_domain": "example.com", "event_ts": "1360782804.083113", "type": "email_domain_changed" } } } }, "compatibility": [ "RTM", "Events API" ], "scopes": [ "team:read" ] }
Version data entries
4 entries across 4 versions & 1 rubygems