ZoomInfo · JSON Structure

Zoominfo Employee Growth1 Structure

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

EmployeeGrowth1 is a JSON Structure definition published by ZoomInfo, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

oneYearGrowthRate twoYearGrowthRate employeeGrowthDataPoints

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "EmployeeGrowth1",
  "properties": {
    "oneYearGrowthRate": {
      "type": "string"
    },
    "twoYearGrowthRate": {
      "type": "string"
    },
    "employeeGrowthDataPoints": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object"
      }
    }
  },
  "required": [
    "oneYearGrowthRate",
    "twoYearGrowthRate",
    "employeeGrowthDataPoints"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}