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