{ "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": { "emailaddress": { "type": "string", "example": "jsmith@example.com" } }, "required": [ "emailaddress" ] }, "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": "jsmith@example.com" }, "hasCanadianEmail": { "type": "string", "example": "jsmith@example.com" }, "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": "user@example.com", "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" } }, "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", "company" ] } } }, "required": [ "input", "data" ] } } }, "required": [ "outputFields", "result" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Data8" }