ZoomInfo · Schema

Phone

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
zi_c_country string
zi_c_phone string
View JSON Schema on GitHub

JSON Schema

zoominfo-phone-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "zi_c_country": {
      "type": "string",
      "example": "US"
    },
    "zi_c_phone": {
      "type": "string",
      "example": "+1-555-555-1234"
    }
  },
  "required": [
    "zi_c_country",
    "zi_c_phone"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Phone"
}