{
"years": {array of objects},
}
| Property | Description | Visibility |
|---|---|---|
| years | An array of objects describing car model years | Edmunds, Partners, Public |
Each element in the years array follows this format:
{
"id": {integer},
"year": {integer},
"states":{array of strings},
}
| Property | Description | Visibility |
|---|---|---|
| id | The Edmunds ID for the model year | Edmunds, Partners, Public |
| year | The model year | Edmunds, Partners, Public |
| states | List of states of this model year | Edmunds, Partners, Public |