You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-types.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,10 +182,10 @@ Stops describe vehicle trip start and end locations in a pre-designated physical
182
182
|`post_code`| String | Optional | Postal code (e.g. `10036`) |
183
183
|`rental_methods`|[Enum[]][gbfs-station-info]| Optional | List of payment methods accepted at stop, see [GBFS Rental Methods][gbfs-station-info]|
184
184
|`cross_street`| String | Optional | Cross street of where the station is located. |
185
-
|`num_places_available`| {vehicle_type: number} |Optional | How many places are free to be populated with vehicles at this stop? |
186
-
|`num_places_disabled`| {vehicle_type: number} |Optional | How many places are disabled and unable to accept vehicles at this stop? |
185
+
|`num_places_available`| {vehicle_type: number} |Conditionally Required | How many places are free to be populated with vehicles at this stop? Required if the program has station based availability requirements or service level agreements pertaining to stations.|
186
+
|`num_places_disabled`| {vehicle_type: number} |Conditionally Required | How many places are disabled and unable to accept vehicles at this stop? Required if the program has station based availability requirements or service level agreements pertaining to stations.|
187
187
|`parent_stop`| UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
188
-
|`devices`| UUID[]|Optional | List of device_ids for vehicles which are currently at this stop |
188
+
|`devices`| UUID[]|Conditionally Required | List of device_ids for vehicles which are currently at this stop. Required if the program has station based availability requirements or service level agreements pertaining to stations.|
189
189
|`image_url`| URL | Optional | Link to an image, photo, or diagram of the stop. Could be used by providers to help riders find or use the stop. |
0 commit comments