Sha256: b9de2e593dcc6f9dd9f8435051e6a9ecdbb60ce1875cdcb9ae0f77a3ad672b30
Contents?: true
Size: 562 Bytes
Versions: 11
Compression:
Stored size: 562 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "team_domain_change": { "type": "object", "description": "learn more: https://api.slack.com/events/team_domain_change", "properties": { "domain": { "type": "string" }, "type": { "const": "team_domain_change" }, "url": { "type": "string" } }, "example": { "domain": "my", "type": "team_domain_change", "url": "https://my.slack.com" } } } }
Version data entries
11 entries across 11 versions & 1 rubygems