ZoomInfo · Schema

MatchReason

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
zi_c_name string
View JSON Schema on GitHub

JSON Schema

zoominfo-match-reason-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "zi_c_name": {
      "type": "string",
      "example": "Acme Corporation"
    }
  },
  "required": [
    "zi_c_name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MatchReason"
}