{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListCallQueueObject", "title": "ListCallQueueObject", "type": "object", "required": [ "id", "name", "locationName", "locationId", "enabled" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvYUhaaFpUTjJNRzh5YjBBMk5EazBNVEk1Tnk1cGJuUXhNQzVpWTJ4a0xuZGxZbVY0TG1OdmJRPT0", "description": "A unique identifier for the call queue." }, "name": { "type": "string", "example": "5714328359", "description": "Unique name for the call queue." }, "locationName": { "type": "string", "example": "WXCSIVDKCPAPIC4S1", "description": "Name of location for call queue." }, "locationId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzMxMTYx", "description": "ID of location for call queue." }, "phoneNumber": { "type": "string", "example": "+12225555309", "description": "Primary phone number of the call queue." }, "extension": { "type": "string", "example": "5309", "description": "Primary phone extension of the call queue." }, "routingPrefix": { "type": "string", "example": "1234", "description": "Routing prefix of location." }, "esn": { "type": "string", "example": "12345309", "description": "Routing prefix + extension of a person or workspace." }, "enabled": { "type": "boolean", "example": true, "description": "Whether or not the call queue is enabled." } } }