Sha256: f545b05ec2d9469dc2f6acd469a3547ee4e7985e040cdd8f29165a50dcd2813e

Contents?: true

Size: 1.56 KB

Versions: 4

Compression:

Stored size: 1.56 KB

Contents

{
  "url": "https://api.slack.com/events/file_comment_added",
  "type": "file_comment_added",
  "response": {
    "comment": {
    },
    "file": {
      "id": "F2147483862"
    },
    "file_id": "F2147483862",
    "type": "file_comment_added"
  },
  "schema": {
    "$schema": "http://json-schema.org/draft-07/schema",
    "definitions": {
      "comment": {
        "type": "object",
        "description": "definition snipped. learn more: https://api.slack.com/events/file_comment_added",
        "properties": {
        }
      },
      "file_id": {
        "type": "string"
      },
      "file": {
        "type": "object",
        "description": "(defined by script)",
        "properties": {
          "id": {
            "$ref": "#/definitions/file_id"
          }
        }
      },
      "file_comment_added": {
        "type": "object",
        "description": "learn more: https://api.slack.com/events/file_comment_added",
        "properties": {
          "comment": {
            "$ref": "#/definitions/comment"
          },
          "file": {
            "$ref": "#/definitions/file"
          },
          "file_id": {
            "$ref": "#/definitions/file_id"
          },
          "type": {
            "const": "file_comment_added"
          }
        },
        "example": {
          "comment": {
          },
          "file": {
            "id": "F2147483862"
          },
          "file_id": "F2147483862",
          "type": "file_comment_added"
        }
      }
    }
  },
  "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_comment_added.json
slack_resources-0.1.2 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.1 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.0 lib/slack_resources/resources/event_api/details/file_comment_added.json