ZoomInfo · JSON Structure

Zoominfo Input10 Structure

Type: object Properties: 1 Required: 1
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Input10 is a JSON Structure definition published by ZoomInfo, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

phone

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Input10",
  "properties": {
    "phone": {
      "type": "object",
      "properties": {
        "zi_c_country": {
          "type": "string"
        },
        "zi_c_phone": {
          "type": "string"
        }
      },
      "required": [
        "zi_c_country",
        "zi_c_phone"
      ]
    }
  },
  "required": [
    "phone"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}