Root Insurance · Schema

cellphone-string

`null` and `""` allowed. String containing the cellphone number in international format.

InsuranceAuto InsuranceTelematicsEmbedded InsurancePolicy AdministrationClaimsUsage-Based InsuranceInsurTech
View JSON Schema on GitHub

JSON Schema

cellphone-string.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "cellphone-string",
  "type": [
    "string",
    "null"
  ],
  "description": "`null` and `\"\"` allowed. String containing the cellphone number in international format.",
  "example": "+27821234567"
}