Sha256: 649631e93f27d5ad395699ab1df83860013d52427d003e0c0104931382e17e27

Contents?: true

Size: 687 Bytes

Versions: 7

Compression:

Stored size: 687 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema",
  "definitions": {
    "time_integer": {
      "type": "number"
    },
    "timestamp": {
      "type": "string"
    },
    "reaction_item_type": {
      "type": "string"
    },
    "auto_type": {
      "type": "string",
      "description": "The auto_type parameter can be admins for a Workspace Admins group, owners for a Workspace Owners group or null for a custom group.",
      "enum": [
        "admins",
        "owners",
        null
      ]
    },
    "user_count": {
      "type": "string"
    },
    "emoji_changed_subtype": {
      "type": "string",
      "enum": [
        "add",
        "remove"
      ]
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/raw_data/event_api/preset_schemas.json
slack_resources-0.1.8 lib/slack_resources/raw_data/event_api/preset_schemas.json
slack_resources-0.1.7 lib/slack_resources/raw_data/event_api/preset_schemas.json
slack_resources-0.1.6 lib/slack_resources/raw_data/event_api/preset_schemas.json
slack_resources-0.1.5 lib/slack_resources/raw_data/event_api/preset_schemas.json
slack_resources-0.1.4 lib/slack_resources/raw_data/event_api/preset_schemas.json
slack_resources-0.0.0 lib/slack_resources/raw_data/event_api/preset_schemas.json