mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06:53 +01:00
Add dummy data
This commit is contained in:
parent
a1760c58e3
commit
7eb4f9e3bf
32
src/static/dummy/car-data.json
Normal file
32
src/static/dummy/car-data.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"carOwnerId": 32,
|
||||||
|
"carId": 1,
|
||||||
|
"brand": "Volkswagen",
|
||||||
|
"model": "Jetta",
|
||||||
|
"year": 2021,
|
||||||
|
"location": "Zwammerdam",
|
||||||
|
"locationCoords":"0.00",
|
||||||
|
"pricePerDay":29.00,
|
||||||
|
"picture": "static/test/Volkwagen1.jpg",
|
||||||
|
"features": {
|
||||||
|
"fuelType": 1,
|
||||||
|
"fuelName": "Gasoline",
|
||||||
|
"fuelConsumptionByKM": 20,
|
||||||
|
"transmissionType": 1,
|
||||||
|
"transmissionTypeName": "Manual",
|
||||||
|
"carDoors": 3,
|
||||||
|
"carSeats": 4,
|
||||||
|
"carHasAirConditioned": 0,
|
||||||
|
"carHasGPS": 1,
|
||||||
|
"carHasSafetyBelts": 1,
|
||||||
|
"carSeatMaterial": "Leater",
|
||||||
|
"carHasSeatWarmer": 1,
|
||||||
|
"carHasElectricalWindows": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
{},
|
||||||
|
{},
|
||||||
|
{}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user