Skip to content

Commit b9d5ad1

Browse files
committed
vehicle_ids could be confusing (because vehicle_id != device_id), switch to vehicles
1 parent b88a61a commit b9d5ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

general-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
129129
| num_spaces_available | {vehicle_type: number} | Optional | How many spaces are free to be populated with vehicles at this stop? |
130130
| num_spaces_disabled | {vehicle_type: number} | Optional | How many spaces are disabled and unable to accept vehicles at this stop? |
131131
| parent_stop | UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
132-
| vehicle_ids | UUID[] | Optional | List of device_ids for vehicles which are currently at this stop |
132+
| vehicles | UUID[] | Optional | List of device_ids for vehicles which are currently at this stop |
133133

134134
### Stop Status
135135

0 commit comments

Comments
 (0)