ZoomInfo · JSON Structure

Zoominfo Input9 Structure

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

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

Properties

address match_reasons zi_c_name

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Input9",
  "properties": {
    "address": {
      "type": "object",
      "properties": {
        "zi_c_city": {
          "type": "string"
        },
        "zi_c_country": {
          "type": "string"
        },
        "zi_c_state": {
          "type": "string"
        },
        "zi_c_zip": {
          "type": "string"
        }
      },
      "required": [
        "zi_c_city",
        "zi_c_country",
        "zi_c_state",
        "zi_c_zip"
      ]
    },
    "match_reasons": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "zi_c_name": {
            "type": "string"
          }
        },
        "required": [
          "zi_c_name"
        ]
      }
    },
    "zi_c_name": {
      "type": "string"
    }
  },
  "required": [
    "address",
    "match_reasons",
    "zi_c_name"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}