ZoomInfo · JSON Structure

Zoominfo Company13 Structure

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

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

Properties

division id name descriptionList phone fax street city state zipCode country

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Company13",
  "properties": {
    "division": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "descriptionList": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "description": {
            "type": "string"
          }
        },
        "required": [
          "description"
        ]
      }
    },
    "phone": {
      "type": "string"
    },
    "fax": {
      "type": "string"
    },
    "street": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "zipCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    }
  },
  "required": [
    "division",
    "id",
    "name",
    "descriptionList",
    "phone",
    "fax",
    "street",
    "city",
    "state",
    "zipCode",
    "country"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}