ZoomInfo · Schema
Data
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| outputFields | array | |
| result | array |
JSON Schema
{
"type": "object",
"properties": {
"outputFields": {
"type": "array",
"example": [],
"items": {
"type": "array",
"items": {
"type": "string"
}
}
},
"result": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"input": {
"type": "object",
"properties": {
"companyid": {
"type": "integer",
"example": 500123
},
"firstname": {
"type": "string",
"example": "Acme Corporation"
},
"lastname": {
"type": "string",
"example": "Acme Corporation"
}
},
"required": [
"companyid",
"firstname",
"lastname"
]
},
"data": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"example": 500123
},
"firstName": {
"type": "string",
"example": "Acme Corporation"
},
"middleName": {
"type": "string",
"example": "Acme Corporation"
},
"lastName": {
"type": "string",
"example": "Acme Corporation"
},
"email": {
"type": "string",
"example": "[email protected]"
},
"hasCanadianEmail": {
"type": "string",
"example": "[email protected]"
},
"phone": {
"type": "string",
"example": "+1-555-555-1234"
},
"directPhoneDoNotCall": {
"type": "boolean",
"example": true
},
"street": {
"type": "string",
"example": "example_value"
},
"city": {
"type": "string",
"example": "San Francisco"
},
"region": {
"type": "string",
"example": "example_value"
},
"metroArea": {
"type": "string",
"example": "example_value"
},
"zipCode": {
"type": "string",
"example": "94105"
},
"state": {
"type": "string",
"example": "CA"
},
"country": {
"type": "string",
"example": "US"
},
"personHasMoved": {
"type": "string",
"example": "example_value"
},
"withinEu": {
"type": "boolean",
"example": true
},
"withinCalifornia": {
"type": "boolean",
"example": true
},
"withinCanada": {
"type": "boolean",
"example": true
},
"lastUpdatedDate": {
"type": "string",
"example": "2025-03-15T14:30:00Z"
},
"noticeProvidedDate": {
"type": "string",
"example": "2025-03-15T14:30:00Z"
},
"salutation": {
"type": "string",
"example": "example_value"
},
"suffix": {
"type": "string",
"example": "example_value"
},
"jobTitle": {
"type": "string",
"example": "Vice President of Sales"
},
"jobFunction": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
},
"education": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
},
"hashedEmails": {
"type": "array",
"description": "",
"example": "[email protected]",
"items": {
"type": "object"
}
},
"picture": {
"type": "string",
"example": "example_value"
},
"mobilePhoneDoNotCall": {
"type": "boolean",
"example": true
},
"externalUrls": {
"type": "array",
"description": "",
"example": "https://www.example.com",
"items": {
"type": "object"
}
},
"contactAccuracyScore": {
"type": "integer",
"example": 85
},
"isDefunct": {
"type": "boolean",
"example": true
},
"employmentHistory": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
},
"managementLevel": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object"
}
},
"locationCompanyId": {
"type": "integer",
"example": 500123
},
"company": {
"type": "object",
"properties": {
"division": {
"type": "object"
},
"id": {
"type": "object"
},
"name": {
"type": "object"
},
"descriptionList": {
"type": "object"
},
"phone": {
"type": "object"
},
"fax": {
"type": "object"
},
"street": {
"type": "object"
},
"city": {
"type": "object"
},
"state": {
"type": "object"
},
"zipCode": {
"type": "object"
},
"country": {
"type": "object"
},
"logo": {
"type": "object"
},
"sicCodes": {
"type": "object"
},
"naicsCodes": {
"type": "object"
},
"website": {
"type": "object"
},
"revenue": {
"type": "object"
},
"revenueNumeric": {
"type": "object"
},
"employeeCount": {
"type": "object"
},
"type": {
"type": "object"
},
"ticker": {
"type": "object"
},
"ranking": {
"type": "object"
},
"socialMediaUrls": {
"type": "object"
},
"primaryIndustry": {
"type": "object"
},
"industries": {
"type": "object"
},
"revenueRange": {
"type": "object"
},
"employeeRange": {
"type": "object"
}
},
"required": [
"division",
"id",
"name",
"descriptionList",
"phone",
"fax",
"street",
"city",
"state",
"zipCode",
"country",
"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",
"personHasMoved",
"withinEu",
"withinCalifornia",
"withinCanada",
"lastUpdatedDate",
"noticeProvidedDate",
"salutation",
"suffix",
"jobTitle",
"jobFunction",
"education",
"hashedEmails",
"picture",
"mobilePhoneDoNotCall",
"externalUrls",
"contactAccuracyScore",
"isDefunct",
"employmentHistory",
"managementLevel",
"locationCompanyId",
"company"
]
}
}
},
"required": [
"input",
"data"
]
}
}
},
"required": [
"outputFields",
"result"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Data"
}