Skip to content

Commit 14b77c1

Browse files
committed
Add documentation for new highestPrice field on vehicle objects. Fix documentation for images, as we now only supply one image in the vehicle data.
1 parent 5960e82 commit 14b77c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/includes/_events.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Field Key | Example Value | Field Format
102102
exteriorColor: "Crystal Black Pearl",
103103
finalPrice: 34345,
104104
fuelType: "Regular Unleaded",
105+
highestPrice: 35970,
105106
highwayFuelEconomy: 34,
106107
images: [
107108
"https://pictures.dealer.com/f/futuredemodealer/1182/0686eb936bd7a4905f751493cc28dcb9x.jpg",
@@ -148,8 +149,9 @@ Field Key | Example Value | Field Format
148149
`exteriorColor` | `Platinum White Pearl` | `String`
149150
`finalPrice` | `28360` | `Integer`
150151
`fuelType` | `Regular Unleaded` | `String`
152+
`highestPrice` | `35970` | `Integer`
151153
`highwayFuelEconomy` | `38` | `Integer`
152-
`images` | `["https://pictures.dealer.com/1.jpg", "https://pictures.dealer.com/2.jpg"]` | `Array`
154+
`images` | `["https://pictures.dealer.com/1.jpg"]` | `Array`
153155
`interiorColor` | `Black` | `String`
154156
`internetPrice` | `28360` | `Integer`
155157
`inventoryType` | `new` | `String`

0 commit comments

Comments
 (0)