Dealer
A schema describing a car dealer
Primary Key
url
Fields
Name | Definition | Type |
---|---|---|
title
|
The name of the dealer Constraints
|
string
|
country
|
Country where the dealer is located Constraints
|
string
|
region
|
State or region within the country Constraints
|
string
|
city
|
Closest city where the dealer is located Constraints
|
string
|
address
|
Street address of the dealer Constraints
|
string
|
postcode?
|
Postal code of the dealer location Examples
|
string
|
phone?
|
Contact phone number for the dealer Examples
|
string
|
email?
|
Contact email address for the dealer Examples
|
string
|
url
|
URL to the dealer website Constraints
|
string
|
lon?
|
Longitude coordinate of the dealer location Examples
|
number
|
lat?
|
Latitude coordinate of the dealer location Examples
|
number
|