Skip to content

Showroom

A schema describing a car dealer showroom

Primary Key

id

Fields

Name Definition Type
id

Unique identifier for the showroom

Constraints
  • required: true
Examples
  • showroom-downtown-123
string
title

The name of the showroom

Constraints
  • required: true
Examples
  • Downtown Auto Gallery
string
country

Country where the showroom is located

Constraints
  • required: true
Examples
  • United States
string
region

State or region within the country

Constraints
  • required: true
Examples
  • California
string
city

Closest city where the showroom is located

Constraints
  • required: true
Examples
  • Los Angeles
string
address

Street address of the showroom

Constraints
  • required: true
Examples
  • 123 Main Street
string
postcode?

Postal code of the showroom location

Examples
  • 90210
string
phone?

Contact phone number for the showroom

Examples
  • +1-555-123-4567
string
email?

Contact email address for the showroom

Examples
  • info@downtownauto.com
string
url?

URL to the showroom

Examples
  • https://www.downtownauto.com
string
lon?

Longitude coordinate of the showroom location

Examples
  • -118.2437
number
lat?

Latitude coordinate of the showroom location

Examples
  • 34.0522
number