ZoomInfo · JSON Structure

Zoominfo Input7 Structure

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

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

Properties

companycity companyname companystate companystreet companywebsite

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Input7",
  "properties": {
    "companycity": {
      "type": "string"
    },
    "companyname": {
      "type": "string"
    },
    "companystate": {
      "type": "string"
    },
    "companystreet": {
      "type": "string"
    },
    "companywebsite": {
      "type": "string"
    }
  },
  "required": [
    "companycity",
    "companyname",
    "companystate",
    "companystreet",
    "companywebsite"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}