Sha256: 166c2983bd5e8bedf31e9bd58a4c1cdd2fed3098c168d36c8ba61797edad9cf6

Contents?: true

Size: 835 Bytes

Versions: 11

Compression:

Stored size: 835 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema",
  "definitions": {
    "file_id": {
      "type": "string"
    },
    "file": {
      "type": "object",
      "description": "(defined by script)",
      "properties": {
        "id": {
          "$ref": "#/definitions/file_id"
        }
      }
    },
    "file_unshared": {
      "type": "object",
      "description": "learn more: https://api.slack.com/events/file_unshared",
      "properties": {
        "file": {
          "$ref": "#/definitions/file"
        },
        "file_id": {
          "$ref": "#/definitions/file_id"
        },
        "type": {
          "const": "file_unshared"
        }
      },
      "example": {
        "file": {
          "id": "F2147483862"
        },
        "file_id": "F2147483862",
        "type": "file_unshared"
      }
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.3 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/schemas/file_unshared.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/schemas/file_unshared.json