Sha256: af4fa10ae5413ab7c925557112c0830ab09ad00d63777a615db1b16baa34a846
Contents?: true
Size: 712 Bytes
Versions: 4
Compression:
Stored size: 712 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-07/schema", "definitions": { "challenge": { "type": "string" }, "token": { "type": "string" }, "url_verification": { "type": "object", "description": "learn more: https://api.slack.com/events/url_verification", "properties": { "challenge": { "type": "string" }, "token": { "type": "string" }, "type": { "const": "url_verification" } }, "example": { "challenge": "3eZbrw1aBm2rZgRNFdxV2595E9CY3gmdALWMmHkvFXO7tYXAYM8P", "token": "Jhj5dZrVaK7ZwHHjRyZWjbDl", "type": "url_verification" } } } }
Version data entries
4 entries across 4 versions & 1 rubygems