Home
ZoomInfo
Zoominfo Data32 Structure
Zoominfo Data32 Structure
Type: object
Properties: 3
Required: 3
B2B B2B Data Company Data Contact Database Contacts Data Lead Generation Marketing Intelligence Sales Intelligence
Data32 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
{
"type": "object",
"name": "Data32",
"properties": {
"parentage": {
"type": "array",
"description": "",
"items": {
"type": "object"
}
},
"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"
}