Telefónica · Schema

NumberVerificationResponse

TelecommunicationsMobile NetworkCAMARAOpen GatewayAuthenticationFraud PreventionLocation Services

Properties

Name Type Description
devicePhoneNumberVerified boolean True if the provided phone number matches the one associated with the device's current network connection.
View JSON Schema on GitHub

JSON Schema

telefonica-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 provided phone number matches the one associated with the device's current network connection."
    }
  }
}