Telesign · Schema

PhoneType

AuthenticationCommunicationsFraud PreventionPhone IntelligenceSMSVerification

Properties

Name Type Description
code string Phone type code (mobile, landline, VOIP, etc.)
description string Human-readable phone type description.
View JSON Schema on GitHub

JSON Schema

telesign-phonetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneType",
  "title": "PhoneType",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Phone type code (mobile, landline, VOIP, etc.)"
    },
    "description": {
      "type": "string",
      "description": "Human-readable phone type description."
    }
  }
}