Hunter · Schema
CompanyGeoLocation
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| streetNumber | ['string', 'null'] | |
| streetName | ['string', 'null'] | |
| subPremise | ['string', 'null'] | |
| streetAddress | ['string', 'null'] | |
| city | ['string', 'null'] | |
| postalCode | ['string', 'null'] | |
| state | ['string', 'null'] | |
| stateCode | ['string', 'null'] | |
| country | ['string', 'null'] | |
| countryCode | ['string', 'null'] | |
| lat | ['number', 'null'] | |
| lng | ['number', 'null'] |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "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']"
}
}
}