{
  "type": "object",
  "properties": {
    "sub_issue_id": {
      "type": "integer",
      "description": "The id of the sub-issue to add. The sub-issue must belong to the same repository owner as the parent issue"
    },
    "replace_parent": {
      "type": "boolean",
      "description": "Option that, when true, instructs the operation to replace the sub-issues current parent issue"
    }
  },
  "required": [
    "sub_issue_id"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}