ZoomInfo · JSON Structure

Zoominfo Company9 Structure

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

Company9 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

companyId companyName companyPhone companyWebsite

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Company9",
  "properties": {
    "companyId": {
      "type": "integer"
    },
    "companyName": {
      "type": "string"
    },
    "companyPhone": {
      "type": "string"
    },
    "companyWebsite": {
      "type": "string"
    }
  },
  "required": [
    "companyId",
    "companyName",
    "companyPhone",
    "companyWebsite"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}