{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallQueuePrimaryAvailableNumberListGetObject", "title": "CallQueuePrimaryAvailableNumberListGetObject", "type": "object", "required": [ "phoneNumbers" ], "properties": { "phoneNumbers": { "type": "array", "items": { "$ref": "#/components/schemas/CallQueuePrimaryAvailableNumberObject" }, "description": "Array of phone numbers." } } }