Sha256: 93567bf64e3438520a397c62295ceb26fb9e64d6bd98d20e918ae7824c72a791

Contents?: true

Size: 1.81 KB

Versions: 7

Compression:

Stored size: 1.81 KB

Contents

{
  "url": "https://api.slack.com/events/file_comment_added",
  "event": "file_comment_added",
  "sub_schemas": {
    "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"
      }
    }
  },
  "schema": {
    "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

7 entries across 7 versions & 1 rubygems

Version Path
slack_resources-0.1.9 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.8 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.7 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.6 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.5 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.1.4 lib/slack_resources/resources/event_api/details/file_comment_added.json
slack_resources-0.0.0 lib/slack_resources/resources/event_api/details/file_comment_added.json