File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ Field Key | Example Value | Field Format
102
102
exteriorColor: " Crystal Black Pearl" ,
103
103
finalPrice: 34345 ,
104
104
fuelType: " Regular Unleaded" ,
105
+ highestPrice: 35970 ,
105
106
highwayFuelEconomy: 34 ,
106
107
images: [
107
108
" https://pictures.dealer.com/f/futuredemodealer/1182/0686eb936bd7a4905f751493cc28dcb9x.jpg" ,
@@ -148,8 +149,9 @@ Field Key | Example Value | Field Format
148
149
` exteriorColor ` | ` Platinum White Pearl ` | ` String `
149
150
` finalPrice ` | ` 28360 ` | ` Integer `
150
151
` fuelType ` | ` Regular Unleaded ` | ` String `
152
+ ` highestPrice ` | ` 35970 ` | ` Integer `
151
153
` 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 `
153
155
` interiorColor ` | ` Black ` | ` String `
154
156
` internetPrice ` | ` 28360 ` | ` Integer `
155
157
` inventoryType ` | ` new ` | ` String `
You can’t perform that action at this time.
0 commit comments