{

"url": "https://api.slack.com/events/file_comment_deleted",
"event": "file_comment_deleted",
"sub_schemas": {
  "comment_id": {
    "type": "string"
  },
  "file_id": {
    "type": "string"
  },
  "file": {
    "type": "object",
    "description": "(defined by script)",
    "properties": {
      "id": {
        "$ref": "#/definitions/file_id"
      }
    }
  },
  "file_comment_deleted": {
    "type": "object",
    "description": "learn more: https://api.slack.com/events/file_comment_deleted",
    "properties": {
      "comment": {
        "$ref": "#/definitions/comment_id"
      },
      "file": {
        "$ref": "#/definitions/file"
      },
      "file_id": {
        "$ref": "#/definitions/file_id"
      },
      "type": {
        "const": "file_comment_deleted"
      }
    },
    "example": {
      "comment": "Fc67890",
      "file": {
        "id": "F2147483862"
      },
      "file_id": "F2147483862",
      "type": "file_comment_deleted"
    }
  }
},
"schema": {
  "type": "object",
  "description": "learn more: https://api.slack.com/events/file_comment_deleted",
  "properties": {
    "comment": {
      "$ref": "#/definitions/comment_id"
    },
    "file": {
      "$ref": "#/definitions/file"
    },
    "file_id": {
      "$ref": "#/definitions/file_id"
    },
    "type": {
      "const": "file_comment_deleted"
    }
  },
  "example": {
    "comment": "Fc67890",
    "file": {
      "id": "F2147483862"
    },
    "file_id": "F2147483862",
    "type": "file_comment_deleted"
  }
},
"compatibility": [
  "RTM",
  "Events API"
],
"scopes": [
  "files:read"
]

}