{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateWrapUpReasonByLocationQueuePayload", "title": "UpdateWrapUpReasonByLocationQueuePayload", "type": "object", "properties": { "wrapupReasons": { "type": "array", "items": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2" }, "description": "List of wrap-up reason IDs." }, "defaultWrapupReasonId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2", "description": "Unique wrap-up identifier." }, "wrapupTimerEnabled": { "type": "boolean", "example": true, "description": "Denotes whether the wrap-up timer is enabled." }, "wrapupTimer": { "type": "number", "example": 60, "description": "Wrap up timer value in seconds." } } }