ZoomInfo · JSON Structure

Zoominfo Company8 Structure

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

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

Properties

id name website hasOtherTopicConsumption

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Company8",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "hasOtherTopicConsumption": {
      "type": "boolean"
    }
  },
  "required": [
    "id",
    "name",
    "website",
    "hasOtherTopicConsumption"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}