Skip to content

Dealer

A schema describing a car dealer

Primary Key

url

Fields

Name Definition Type
title

The name of the dealer

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

Country where the dealer 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 dealer is located

Constraints
  • required: true
Examples
  • Los Angeles
string
address

Street address of the dealer

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

Postal code of the dealer location

Examples
  • 90210
string
phone?

Contact phone number for the dealer

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

Contact email address for the dealer

Examples
  • info@downtownauto.com
string
url

URL to the dealer website

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

Longitude coordinate of the dealer location

Examples
  • -118.2437
number
lat?

Latitude coordinate of the dealer location

Examples
  • 34.0522
number