ZoomInfo · Schema

ZiMatchReason

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
zi_match_name string
zi_match_reason_building_name string
zi_match_reason_building_number string
zi_match_reason_business_type string
zi_match_reason_city string
zi_match_reason_company_phone string
zi_match_reason_country string
zi_match_reason_directional string
zi_match_reason_name string
zi_match_reason_road_name string
zi_match_reason_road_type string
zi_match_reason_state string
zi_match_reason_unit string
zi_match_reason_website string
zi_match_reason_zip string
zi_match_score string
View JSON Schema on GitHub

JSON Schema

zoominfo-zi-match-reason-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "zi_match_name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "zi_match_reason_building_name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "zi_match_reason_building_number": {
      "type": "string",
      "example": "example_value"
    },
    "zi_match_reason_business_type": {
      "type": "string",
      "example": "standard"
    },
    "zi_match_reason_city": {
      "type": "string",
      "example": "San Francisco"
    },
    "zi_match_reason_company_phone": {
      "type": "string",
      "example": "+1-555-555-1234"
    },
    "zi_match_reason_country": {
      "type": "string",
      "example": "US"
    },
    "zi_match_reason_directional": {
      "type": "string",
      "example": "example_value"
    },
    "zi_match_reason_name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "zi_match_reason_road_name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "zi_match_reason_road_type": {
      "type": "string",
      "example": "standard"
    },
    "zi_match_reason_state": {
      "type": "string",
      "example": "CA"
    },
    "zi_match_reason_unit": {
      "type": "string",
      "example": "example_value"
    },
    "zi_match_reason_website": {
      "type": "string",
      "example": "example_value"
    },
    "zi_match_reason_zip": {
      "type": "string",
      "example": "94105"
    },
    "zi_match_score": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "zi_match_name",
    "zi_match_reason_building_name",
    "zi_match_reason_building_number",
    "zi_match_reason_business_type",
    "zi_match_reason_city",
    "zi_match_reason_company_phone",
    "zi_match_reason_country",
    "zi_match_reason_directional",
    "zi_match_reason_name",
    "zi_match_reason_road_name",
    "zi_match_reason_road_type",
    "zi_match_reason_state",
    "zi_match_reason_unit",
    "zi_match_reason_website",
    "zi_match_reason_zip",
    "zi_match_score"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ZiMatchReason"
}