ZoomInfo · JSON Structure

Zoominfo Address1 Structure

Type: object Properties: 4 Required: 4
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Address1 is a JSON Structure definition published by ZoomInfo, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

zi_c_city zi_c_country zi_c_state zi_c_zip

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Address1",
  "properties": {
    "zi_c_city": {
      "type": "string"
    },
    "zi_c_country": {
      "type": "string"
    },
    "zi_c_state": {
      "type": "string"
    },
    "zi_c_zip": {
      "type": "string"
    }
  },
  "required": [
    "zi_c_city",
    "zi_c_country",
    "zi_c_state",
    "zi_c_zip"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}