ZoomInfo · JSON Structure

Zoominfo Company20 Structure

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

Company20 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

id addressStatus subUnitType locationName locationEmployeeCount

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Company20",
  "properties": {
    "id": {
      "type": "integer"
    },
    "addressStatus": {
      "type": "string"
    },
    "subUnitType": {
      "type": "string"
    },
    "locationName": {
      "type": "string"
    },
    "locationEmployeeCount": {
      "type": "integer"
    }
  },
  "required": [
    "id",
    "addressStatus",
    "subUnitType",
    "locationName",
    "locationEmployeeCount"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}