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