Sha256: 065785379d6ec3ed7f45a6ed748a004e33ea2d25984b1c4a92e4330ffdf63404

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

{
  "url": "https://api.slack.com/events/file_public",
  "type": "file_public",
  "response": {
    "file": {
      "id": "F2147483862"
    },
    "file_id": "F2147483862",
    "type": "file_public"
  },
  "schema": {
    "$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_public": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/file_public",
        "properties": {
          "file": {
            "$ref": "#/definitions/file"
          },
          "file_id": {
            "$ref": "#/definitions/file_id"
          },
          "type": {
            "const": "file_public"
          }
        },
        "example": {
          "file": {
            "id": "F2147483862"
          },
          "file_id": "F2147483862",
          "type": "file_public"
        }
      }
    }
  },
  "compatibility": [
    "RTM",
    "Events API"
  ],
  "scopes": [
    "files:read"
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack_resources-0.1.3 lib/slack_resources/resources/event_api/details/file_public.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/details/file_public.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/details/file_public.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/details/file_public.json