ZoomInfo · Schema

MatchPersonInput2

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-match-person-input2-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": "MatchPersonInput2"
}