Hunter · JSON Structure

Hunter Company Geo Location Structure

Type: object Properties: 12
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

streetNumber streetName subPremise streetAddress city postalCode 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": "CompanyGeoLocation",
  "type": "object",
  "properties": {
    "streetNumber": {
      "type": "['string', 'null']"
    },
    "streetName": {
      "type": "['string', 'null']"
    },
    "subPremise": {
      "type": "['string', 'null']"
    },
    "streetAddress": {
      "type": "['string', 'null']"
    },
    "city": {
      "type": "['string', 'null']"
    },
    "postalCode": {
      "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']"
    }
  }
}