Skip to content

Commit b1f6908

Browse files
authored
Update data-types.md
Added conditionally required fields and language Signed-off-by: Michael Schwartz <michael@ridereportapp.com>
1 parent 192b58c commit b1f6908

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 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.|
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 number of station based devices or number of spaces available are measured as part of contract compliance or service level agreement. |
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)