ZoomInfo · JSON Structure
Zoominfo Data7 Structure
Type: object
Properties: 38
Required: 38
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Data7 is a JSON Structure definition published by ZoomInfo, describing 38 properties, of which 38 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.
Properties
id
firstName
middleName
lastName
email
hasCanadianEmail
phone
directPhoneDoNotCall
street
city
region
metroArea
zipCode
state
country
continent
personHasMoved
withinEu
withinCalifornia
withinCanada
lastUpdatedDate
validDate
noticeProvidedDate
salutation
suffix
jobTitle
jobFunction
education
hashedEmails
picture
mobilePhoneDoNotCall
externalUrls
contactAccuracyScore
isDefunct
employmentHistory
managementLevel
locationCompanyId
company
Meta-schema: https://json-structure.org/draft/2020-12/schema
JSON Structure
{
"type": "object",
"name": "Data7",
"properties": {
"id": {
"type": "integer"
},
"firstName": {
"type": "string"
},
"middleName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"email": {
"type": "string"
},
"hasCanadianEmail": {
"type": "string"
},
"phone": {
"type": "string"
},
"directPhoneDoNotCall": {
"type": "boolean"
},
"street": {
"type": "string"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"metroArea": {
"type": "string"
},
"zipCode": {
"type": "string"
},
"state": {
"type": "string"
},
"country": {
"type": "string"
},
"continent": {
"type": "string"
},
"personHasMoved": {
"type": "string"
},
"withinEu": {
"type": "boolean"
},
"withinCalifornia": {
"type": "boolean"
},
"withinCanada": {
"type": "boolean"
},
"lastUpdatedDate": {
"type": "string"
},
"validDate": {
"type": "string"
},
"noticeProvidedDate": {
"type": "string"
},
"salutation": {
"type": "string"
},
"suffix": {
"type": "string"
},
"jobTitle": {
"type": "string"
},
"jobFunction": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"department": {
"type": "string"
}
},
"required": [
"name",
"department"
]
}
},
"education": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"school": {
"type": "string"
},
"educationDegree": {
"type": "object",
"properties": {
"degree": {
"type": "string"
},
"areaOfStudy": {
"type": "string"
}
},
"required": [
"degree",
"areaOfStudy"
]
}
},
"required": [
"school",
"educationDegree"
]
}
},
"hashedEmails": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"picture": {
"type": "string"
},
"mobilePhoneDoNotCall": {
"type": "boolean"
},
"externalUrls": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"type",
"url"
]
}
},
"contactAccuracyScore": {
"type": "integer"
},
"isDefunct": {
"type": "boolean"
},
"employmentHistory": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"jobTitle": {
"type": "string"
},
"managementLevel": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"fromDate": {
"type": "string"
},
"toDate": {
"type": "string"
},
"company": {
"type": "object",
"properties": {
"companyId": {
"type": "integer"
},
"companyName": {
"type": "string"
},
"companyPhone": {
"type": "string"
},
"companyWebsite": {
"type": "string"
}
},
"required": [
"companyId",
"companyName",
"companyPhone",
"companyWebsite"
]
}
},
"required": [
"jobTitle",
"managementLevel",
"fromDate",
"toDate",
"company"
]
}
},
"managementLevel": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"locationCompanyId": {
"type": "integer"
},
"company": {
"type": "object",
"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"
},
"continent": {
"type": "string"
},
"logo": {
"type": "string"
},
"sicCodes": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
]
}
},
"naicsCodes": {
"type": "array",
"description": "",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"id",
"name"
]
}
},
"website": {
"type": "string"
},
"revenue": {
"type": "string"
},
"revenueNumeric": {
"type": "integer"
},
"employeeCount": {
"type": "integer"
},
"type": {
"type": "string"
},
"ticker": {
"type": "string"
},
"ranking": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"socialMediaUrls": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"primaryIndustry": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"industries": {
"type": "array",
"description": "",
"items": {
"type": "string"
}
},
"revenueRange": {
"type": "string"
},
"employeeRange": {
"type": "string"
}
},
"required": [
"division",
"id",
"name",
"descriptionList",
"phone",
"fax",
"street",
"city",
"state",
"zipCode",
"country",
"continent",
"logo",
"sicCodes",
"naicsCodes",
"website",
"revenue",
"revenueNumeric",
"employeeCount",
"type",
"ticker",
"ranking",
"socialMediaUrls",
"primaryIndustry",
"industries",
"revenueRange",
"employeeRange"
]
}
},
"required": [
"id",
"firstName",
"middleName",
"lastName",
"email",
"hasCanadianEmail",
"phone",
"directPhoneDoNotCall",
"street",
"city",
"region",
"metroArea",
"zipCode",
"state",
"country",
"continent",
"personHasMoved",
"withinEu",
"withinCalifornia",
"withinCanada",
"lastUpdatedDate",
"validDate",
"noticeProvidedDate",
"salutation",
"suffix",
"jobTitle",
"jobFunction",
"education",
"hashedEmails",
"picture",
"mobilePhoneDoNotCall",
"externalUrls",
"contactAccuracyScore",
"isDefunct",
"employmentHistory",
"managementLevel",
"locationCompanyId",
"company"
],
"$schema": "https://json-structure.org/draft/2020-12/schema"
}