{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/phone-numbers-order-list-response-structure.json", "name": "OrderListResponse", "description": "Response containing a list of orders", "type": "object", "properties": { "totalCount": { "type": "int32", "description": "Total number of orders" }, "orders": { "type": "array", "items": { "$ref": "#/components/schemas/OrderResponse" } } } }