ZoomInfo · JSON Structure

Zoominfo Company24 Structure

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

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

Properties

city country employeeCount id industries name revenue state street ticker website zipCode

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Company24",
  "properties": {
    "city": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "employeeCount": {
      "type": "integer"
    },
    "id": {
      "type": "integer"
    },
    "industries": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "name": {
      "type": "string"
    },
    "revenue": {
      "type": "integer"
    },
    "state": {
      "type": "string"
    },
    "street": {
      "type": "string"
    },
    "ticker": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "zipCode": {
      "type": "string"
    }
  },
  "required": [
    "city",
    "country",
    "employeeCount",
    "id",
    "industries",
    "name",
    "revenue",
    "state",
    "street",
    "ticker",
    "website",
    "zipCode"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}