Skip to content

Commit f5c8dd4

Browse files
authored
Merge pull request #934 from RideReport/dev
Conditionally Require Fields in MDS Stops Endpoint Related to Station Based Program/SLA Metrics
2 parents 29f6a21 + 108debd commit f5c8dd4

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} | 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.|
187187
| `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. |
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)