NumberVerificationResponse schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/refs/heads/main/json-schema/number-verification-api-number-verification-response-schema.json", "title": "NumberVerificationResponse", "description": "NumberVerificationResponse schema", "type": "object", "properties": { "devicePhoneNumberVerified": { "type": "boolean", "description": "True if the device's network connection matches the provided phone number, false otherwise.", "example": true } } }