{
  "type": "object",
  "properties": {
    "sub_issue_id": {
      "type": "integer",
      "description": "The id of the sub-issue to reprioritize"
    },
    "after_id": {
      "type": "integer",
      "description": "The id of the sub-issue to be prioritized after (either positional argument after OR before should be specified)."
    },
    "before_id": {
      "type": "integer",
      "description": "The id of the sub-issue to be prioritized before (either positional argument after OR before should be specified)."
    }
  },
  "required": [
    "sub_issue_id"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}