{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/StatusUpdate_Full",
"title": "StatusUpdate_Full",
"type": "object",
"properties": {
"return_id": {
"type": "integer",
"format": "int64",
"description": "The ID of the return for which the status should be updated."
},
"new_status": {
"$ref": "#/components/schemas/Status_Full"
}
},
"x-internal": false
}