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

Version Path
slack_resources-0.1.3 lib/slack_resources/resources/event_api/schemas/url_verification.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/schemas/url_verification.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/schemas/url_verification.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/schemas/url_verification.json