Car
A schema describing a car
Primary Key
url
Foreign Keys
Fields | Reference Resource | Reference Fields |
---|---|---|
showroomId
|
showroom
|
id
|
Fields
Name | Definition | Type |
---|---|---|
showroomId?
|
Unique identifier for the showroom where the car is located. If not provided the car is located at the dealers's main address Examples
|
string
|
title
|
The title or name of the car listing Constraints
|
string
|
url
|
URL to the car listing Constraints
|
string
|
price
|
The price of the car in the currency specified Constraints
|
number
|
currency
|
Currency of the price Constraints
|
string
|
year?
|
Year of first registration (1900-2100) Constraints
|
number
|
mileage
|
Odometer reading in kilometers Constraints
|
number
|
brand
|
Car brand/manufacturer Constraints
|
string
|
model
|
Car model name Constraints
|
string
|
version
|
Specific version or trim level Constraints
|
string
|
fuel
|
Fuel type Constraints
|
string
|
gearbox
|
Transmission type Constraints
|
string
|
category
|
Vehicle category/body type Constraints
|
string
|
color
|
Exterior color Constraints
|
string
|
door
|
Number of doors identifier Constraints
|
string
|
power?
|
Engine power in horsepower Examples
|
number
|
cubics?
|
Engine displacement in cubic centimeters Examples
|
number
|
seats?
|
Number of seats Examples
|
number
|
owners?
|
Number of previous owners Examples
|
number
|
month?
|
Month of first registration (1-12) Constraints
|
number
|
warranty?
|
Warranty duration in months Examples
|
number
|
range?
|
Electric vehicle range in kilometers Examples
|
number
|
battery?
|
Battery capacity in kWh for electric vehicles Examples
|
number
|
plate?
|
License plate number Examples
|
string
|
vin?
|
Vehicle Identification Number Examples
|
string
|