ZoomInfo · Schema

Input10

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
phone object
View JSON Schema on GitHub

JSON Schema

zoominfo-input10-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "phone": {
      "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"
      ]
    }
  },
  "required": [
    "phone"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Input10"
}