AT&T · Schema

NumberVerificationResponse

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Properties

Name Type Description
devicePhoneNumberVerified boolean True if the device's network connection matches the provided phone number, false otherwise.
View JSON Schema on GitHub

JSON Schema

att-numberverificationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NumberVerificationResponse",
  "title": "NumberVerificationResponse",
  "type": "object",
  "properties": {
    "devicePhoneNumberVerified": {
      "type": "boolean",
      "description": "True if the device's network connection matches the provided phone number, false otherwise.",
      "example": true
    }
  }
}