ZoomInfo · JSON Structure

Zoominfo Data34 Structure

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

Data34 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

parentage familyTree companyId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Data34",
  "properties": {
    "parentage": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "familyTree": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "companyId": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "state": {
            "type": "string"
          },
          "familyNodes": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "companyId": {
                  "type": "integer"
                },
                "name": {
                  "type": "string"
                },
                "city": {
                  "type": "string"
                },
                "state": {
                  "type": "string"
                },
                "subUnitTypeInfo": {
                  "type": "object",
                  "properties": {
                    "typeId": {
                      "type": "object"
                    },
                    "typeDescription": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "typeId",
                    "typeDescription"
                  ]
                },
                "familyNodes": {
                  "type": "array",
                  "description": "",
                  "items": {
                    "type": "object"
                  }
                }
              },
              "required": [
                "companyId",
                "name",
                "city",
                "state",
                "subUnitTypeInfo"
              ]
            }
          }
        },
        "required": [
          "companyId",
          "name",
          "city",
          "state",
          "familyNodes"
        ]
      }
    },
    "companyId": {
      "type": "integer"
    }
  },
  "required": [
    "parentage",
    "familyTree",
    "companyId"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}