{
  "type": "object",
  "properties": {
    "issue_id": {
      "type": "integer",
      "description": "The id of the issue that blocks the current issue"
    }
  },
  "required": [
    "issue_id"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}