{
  "type": "object",
  "properties": {
    "sub_issue_id": {
      "type": "integer",
      "description": "The id of the sub-issue to remove"
    }
  },
  "required": [
    "sub_issue_id"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}