Skip to content

Commit ba71829

Browse files
authored
More vehicle attributes
Based on feedback #640 (comment)
1 parent f8feb95 commit ba71829

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modes/car-share.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ The `vehicle_attributes` array **may** have the following key value pairs:
133133
- `vin` (string, required) - the Vehicle Identification Number of the vehicle
134134
- `license_plate` (string, required) - the registered external license plate number of the vehicle
135135
- `inspection_date` (date YYYY-MM-DD, optional) - the date of the last inspection of the vehicle
136+
- `snow_shovel` (boolean, optional) - shovel for removing snow or ice from around vehicle or vehicle path
137+
- `snow_brush` (boolean, optional) - brushes for removing snow or ice from vehicle
138+
- `bike_rack` (boolean, optional) - car roof or trunk mounted bike rack
139+
- `park_access` (boolean, optional) - access pass to a national/regional/municipal park system
140+
- `toll_transponder` (boolean, optional) - toll transponder for national/regional toll system
141+
- `phone_charger` (boolean, optional) - a place to charge your phone
142+
- `sunshade` (boolean, optional) - sunshade avaialable (i.e. for windshield)
136143

137144
_See more available vehicle attributes for any mode in the [vehicles endpoint](/provider#vehicles)._
138145

0 commit comments

Comments
 (0)