ZoomInfo · Schema

Competitor

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCP

Properties

Name Type Description
rank integer
id integer
name string
website string
employeeCount integer
View JSON Schema on GitHub

JSON Schema

zoominfo-competitor-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "rank": {
      "type": "integer",
      "example": 100
    },
    "id": {
      "type": "integer",
      "example": 500123
    },
    "name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "website": {
      "type": "string",
      "example": "example_value"
    },
    "employeeCount": {
      "type": "integer",
      "example": 250
    }
  },
  "required": [
    "rank",
    "id",
    "name",
    "website",
    "employeeCount"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Competitor"
}