Files
motovaultpro/mvp-platform-services/vehicles/etl/sources/makes/polestar.json
Eric Gullickson a052040e3a Initial Commit
2025-09-17 16:09:15 -05:00

26 lines
409 B
JSON

{
"polestar": [
{
"year": "2022",
"models": [
{
"name": "Polestar 2",
"engines": [],
"submodels": []
}
]
},
{
"year": "2021",
"models": [
{
"name": "Polestar 1",
"engines": [
"2.0L I4 PLUG-IN HYBRID EV- (PHEV)"
],
"submodels": []
}
]
}
]
}