ZoomInfo · JSON Structure

Zoominfo Competitor Structure

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

Competitor 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

rank id name website employeeCount

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

JSON Structure

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