ZoomInfo · Schema

EmployeeGrowthDataPoint

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
label string
employeeCount integer
View JSON Schema on GitHub

JSON Schema

zoominfo-employee-growth-data-point-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "example": "example_value"
    },
    "employeeCount": {
      "type": "integer",
      "example": 250
    }
  },
  "required": [
    "label",
    "employeeCount"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmployeeGrowthDataPoint"
}