ZoomInfo · Schema

Input2

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
emailaddress string
personid integer
companyname string
fullname string
View JSON Schema on GitHub

JSON Schema

zoominfo-input2-schema.json Raw ↑
{
  "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"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Input2"
}