{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-schema/toll-free-verification-verification-list-response-schema.json", "title": "VerificationListResponse", "description": "VerificationListResponse schema from Bandwidth toll-free-verification API", "type": "object", "properties": { "totalCount": { "type": "integer", "description": "Total number of verification requests" }, "verifications": { "type": "array", "items": { "$ref": "#/components/schemas/Verification" } } } }