{

"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"
]

}