ZoomInfo · Schema

Input17

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companyname string
personfirstname string
personlastname string
personemailaddress string
View JSON Schema on GitHub

JSON Schema

zoominfo-input17-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companyname": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "personfirstname": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "personlastname": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "personemailaddress": {
      "type": "string",
      "example": "[email protected]"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Input17"
}