{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/zendit/refs/heads/main/json-structure/zendit-api-phone-lookup-structure.json", "name": "PhoneLookup", "description": "Phone number carrier lookup result.", "type": "object", "properties": { "msisdn": { "type": "string", "example": "+15555550100" }, "country": { "type": "string", "example": "US" }, "carrier": { "type": "string", "example": "Example Mobile" }, "brand": { "type": "string", "example": "rebel-prepaid" }, "type": { "type": "string", "example": "MOBILE" } } }