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