ZoomInfo · JSON Structure

Zoominfo Geo Location Structure

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

GeoLocation 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

location_long location_lat country_code province

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GeoLocation",
  "properties": {
    "location_long": {
      "type": "number"
    },
    "location_lat": {
      "type": "number"
    },
    "country_code": {
      "type": "string"
    },
    "province": {
      "type": "string"
    }
  },
  "required": [
    "location_long",
    "location_lat",
    "country_code",
    "province"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}