Skip to content

Commit 89ef88e

Browse files
authored
Update Conditionally Required Fields in Stops Endpoint
Clarified conditions in which the field would be required Signed-off-by: Michael Schwartz <michael@ridereportapp.com>
1 parent b1f6908 commit 89ef88e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ Stops describe vehicle trip start and end locations in a pre-designated physical
182182
| `post_code` | String | Optional | Postal code (e.g. `10036`) |
183183
| `rental_methods` | [Enum[]][gbfs-station-info] | Optional | List of payment methods accepted at stop, see [GBFS Rental Methods][gbfs-station-info] |
184184
| `cross_street` | String | Optional | Cross street of where the station is located. |
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 number of places available are measured as part of contract compliance or service level agreement.|
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 number of places available are measured as part of contract compliance or service level agreement.|
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 operation 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 operation has station based availability requirements or service level agreements pertaining to stations.|
187187
| `parent_stop` | UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
188-
| `devices` | UUID[] | Conditionally Required | List of device_ids for vehicles which are currently at this stop. Required if the number of station based devices or number of spaces available are measured as part of contract compliance or service level agreement. |
188+
| `devices` | UUID[] | Conditionally Required | List of device_ids for vehicles which are currently at this stop. Required if the operation has station based availability requirements or service level agreements pertaining to stations. |
189189
| `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. |
190190

191191
[Top][toc]

0 commit comments

Comments
 (0)