Slack · JSON Structure

Slack Web File Structure

Type: object Properties: 28
BotsChatCollaborationMessagingProductivityT1Team Communication

File is a JSON Structure definition published by Slack, describing 28 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id created timestamp name title mimetype filetype pretty_type user user_team editable size mode is_external external_type is_public public_url_shared display_as_bot username url_private url_private_download permalink permalink_public channels groups ims shares comments_count

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "File",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "created": {
      "type": "integer"
    },
    "timestamp": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "mimetype": {
      "type": "string"
    },
    "filetype": {
      "type": "string"
    },
    "pretty_type": {
      "type": "string"
    },
    "user": {
      "type": "string"
    },
    "user_team": {
      "type": "string"
    },
    "editable": {
      "type": "boolean"
    },
    "size": {
      "type": "integer"
    },
    "mode": {
      "type": "string"
    },
    "is_external": {
      "type": "boolean"
    },
    "external_type": {
      "type": "string"
    },
    "is_public": {
      "type": "boolean"
    },
    "public_url_shared": {
      "type": "boolean"
    },
    "display_as_bot": {
      "type": "boolean"
    },
    "username": {
      "type": "string"
    },
    "url_private": {
      "type": "string"
    },
    "url_private_download": {
      "type": "string"
    },
    "permalink": {
      "type": "string"
    },
    "permalink_public": {
      "type": "string"
    },
    "channels": {
      "type": "array"
    },
    "groups": {
      "type": "array"
    },
    "ims": {
      "type": "array"
    },
    "shares": {
      "type": "object"
    },
    "comments_count": {
      "type": "integer"
    }
  }
}