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
| stop_id | UUID | Required | Unique ID for stop |
245
-
| stop_name | String | Required | Name of stop |
246
-
| lat | Double | Required | Latitude of the location |
247
-
| lng | Double | Required | Longitude of the location |
248
-
| capacity | {vehicle_type: number} | Required | Number of total spots per vehicle_type |
249
-
| geography_id | UUID | Optional | Pointer to the Geography that represents the stop geospatially |
250
-
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson)|
| stop_id | UUID | Required | Unique ID for stop |
275
-
| stop_name | String | Required | Name of stop |
276
-
| lat | Double | Required | Latitude of the location |
277
-
| lng | Double | Required | Longitude of the location |
278
-
| capacity | {vehicle_type: number} | Required | Number of total spots per vehicle_type |
279
-
| num_vehicles_available | {vehicle_type: number} | Required | How many vehicles are available per vehicle_type at this stop? |
280
-
| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
281
-
| geography_id | UUID | Optional | Pointer to the Geography that represents the stop geospatially |
282
-
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson)|
| rental_methods |[Enum](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson)| Optional | Payment methods accepted at stop, see [GBFS Rental Methods](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson)|
287
-
| cross_street | String | Optional | Cross street of where the station is located. |
288
-
| num_spots_available | {vehicle_type: number} | Optional | How many spots are free to be populated with vehicles at this stop? |
289
-
| num_spots_disabled | {vehicle_type: number} | Optional | How many docks are disabled and unable to accept vehicles at this stop? |
290
-
| wheelchair_boarding | Boolean | Optional | Is this stop handicap accessible? |
291
-
| parent_stop | UUID | Optional | Describe a basic hierarchy of stops (e.g.a stop inside of a greater stop) |
292
-
293
-
### GBFS Compatibility
294
-
295
-
Some of the fields in the `Stops` definition are using notions which are currently not in MDS, such as `rental_methods`. These fields are included for compatibility with GBFS.
0 commit comments