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