ZoomInfo · Schema

Company8

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
id integer
name string
website string
hasOtherTopicConsumption boolean
View JSON Schema on GitHub

JSON Schema

zoominfo-company8-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "example": 500123
    },
    "name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "website": {
      "type": "string",
      "example": "example_value"
    },
    "hasOtherTopicConsumption": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "id",
    "name",
    "website",
    "hasOtherTopicConsumption"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Company8"
}