ZoomInfo · Schema
Result2
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| input | object | |
| data | array |
JSON Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"properties": {
"emailaddress": {
"type": "string",
"example": "[email protected]"
},
"personid": {
"type": "integer",
"example": 500123
},
"companyname": {
"type": "string",
"example": "Acme Corporation"
},
"fullname": {
"type": "string",
"example": "Acme Corporation"
}
}
},
"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": "string"
}
},
"picture": {
"type": "string",
"example": "example_value"
},
"mobilePhoneDoNotCall": {
"type": "boolean",
"example": true
},
"externalUrls": {
"type": "array",
"description": "",
"example": "https://www.example.com",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string",
"example": "standard"
},
"url": {
"type": "string",
"example": "https://www.example.com/resource"
}
},
"required": [
"type",
"url"
]
}
},
"company": {
"type": "object",
"properties": {
"division": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "integer",
"example": 500123
},
"name": {
"type": "string",
"example": "Acme Corporation"
},
"descriptionList": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"description": {
"type": "object"
}
},
"required": [
"description"
]
}
},
"phone": {
"type": "string",
"example": "+1-555-555-1234"
},
"fax": {
"type": "string",
"example": "example_value"
},
"street": {
"type": "string",
"example": "example_value"
},
"city": {
"type": "string",
"example": "San Francisco"
},
"state": {
"type": "string",
"example": "CA"
},
"zipCode": {
"type": "string",
"example": "94105"
},
"country": {
"type": "string",
"example": "US"
}
},
"required": [
"division",
"id",
"name",
"descriptionList",
"phone",
"fax",
"street",
"city",
"state",
"zipCode",
"country"
]
}
},
"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",
"company"
]
}
}
},
"required": [
"input",
"data"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Result2"
}