ZoomInfo · Schema

Company20

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

Properties

Name Type Description
id integer
addressStatus string
subUnitType string
locationName string
locationEmployeeCount integer
View JSON Schema on GitHub

JSON Schema

zoominfo-company20-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "example": 500123
    },
    "addressStatus": {
      "type": "string",
      "example": "123 Main Street"
    },
    "subUnitType": {
      "type": "string",
      "example": "standard"
    },
    "locationName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "locationEmployeeCount": {
      "type": "integer",
      "example": 250
    }
  },
  "required": [
    "id",
    "addressStatus",
    "subUnitType",
    "locationName",
    "locationEmployeeCount"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Company20"
}