Sha256: 36301ce4407383e3376f54360c0b3ad32a8623d6f009a64c0c78d93fbdc328fe

Contents?: true

Size: 518 Bytes

Versions: 4

Compression:

Stored size: 518 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema",
  "definitions": {
    "root_name": {
      "type": "string"
    },
    "team_rename": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/team_rename",
      "properties": {
        "name": {
          "$ref": "#/definitions/root_name"
        },
        "type": {
          "const": "team_rename"
        }
      },
      "example": {
        "name": "New Team Name Inc.",
        "type": "team_rename"
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

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