ZoomInfo · JSON Structure

Zoominfo Input14 Structure

Type: object Properties: 4
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Input14 is a JSON Structure definition published by ZoomInfo, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

zi_c_location_id address zi_c_url phone

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

JSON Structure

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