Hunter · JSON Structure

Hunter Geo Location Structure

Type: object Properties: 7
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

GeoLocation is a JSON Structure definition published by Hunter, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

city state stateCode country countryCode lat lng

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GeoLocation",
  "type": "object",
  "properties": {
    "city": {
      "type": "['string', 'null']"
    },
    "state": {
      "type": "['string', 'null']"
    },
    "stateCode": {
      "type": "['string', 'null']"
    },
    "country": {
      "type": "['string', 'null']"
    },
    "countryCode": {
      "type": "['string', 'null']"
    },
    "lat": {
      "type": "['number', 'null']"
    },
    "lng": {
      "type": "['number', 'null']"
    }
  }
}