ZoomInfo · Schema

Address2

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
zi_c_country string
zi_c_state string
View JSON Schema on GitHub

JSON Schema

zoominfo-address2-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "zi_c_country": {
      "type": "string",
      "example": "US"
    },
    "zi_c_state": {
      "type": "string",
      "example": "CA"
    }
  },
  "required": [
    "zi_c_country",
    "zi_c_state"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Address2"
}