26 lines
514 B
JSON

[
{
"oem": "BENTLEY",
"modelType": "Continental",
"vin": "SCBFR7ZA5CC072256",
"startingVelocity": 130,
"startingDistance": 300,
"startingTime": 10
},
{
"oem": "SATURN",
"modelType": "Vue",
"vin": "5GZCZ43D13S812715",
"startingVelocity": 130,
"startingDistance": 500,
"startingTime": 15
},
{
"oem": "SATURN",
"modelType": "Vue2",
"vin": "5GZCZ43D13S812716",
"startingVelocity": 130,
"startingDistance": 100,
"startingTime": 25
}
]