{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/QueueWrapUpReasonObject", "title": "QueueWrapUpReasonObject", "type": "object", "required": [ "id", "name", "isDefaultEnabled" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1dSQVBVUF9SRUFTT05fSUQvOGVmNzM4OTctMmQzNS00ZjgwLWJkOGQtYzRjNmRhNWNlZjA2", "description": "Unique wrap-up identifier." }, "name": { "type": "string", "example": "Wrap up reason 1", "description": "Name of the wrap-up reason." }, "description": { "type": "string", "example": "This is a description for wrap-up reason 1", "description": "Description of the wrap-up reason." }, "isDefaultEnabled": { "type": "boolean", "example": true, "description": "Denotes whether the default wrap-up is enabled for the queue." } } }