Skip to content

Commit

Permalink
Update gbfs.md
Browse files Browse the repository at this point in the history
Addressing issue #94
  • Loading branch information
heidiguenin committed Nov 22, 2019
1 parent df473ca commit 00f3fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ Field Name | Required | Defines
--------------------- | ----------| ----------
stations | Yes | Array that contains one object per station in the system as defined below
\- station_id | Yes | Unique identifier of a station (see station_information.json)
\- num_bikes_available | Yes | Number of bikes available for rental
\- num_bikes_available | Yes | Number of functional bikes physically at the station. To know if the bikes are available for rental, see is_renting.
\- num_bikes_disabled | Optional | Number of disabled bikes at the station. Vendors who do not want to publicize the number of disabled bikes or docks in their system can opt to omit station capacity (in station_information), num_bikes_disabled and num_docks_disabled. If station capacity is published then broken docks/bikes can be inferred (though not specifically whether the decreased capacity is a broken bike or dock)
\- num_docks_available | Yes | Number of docks accepting bike returns
\- num_docks_available | Yes | Number of functional docks physically at the station. To know if the docks are accepting bike returns, see is_returning.
\- num_docks_disabled | Optional | Number of empty but disabled dock points at the station. This value remains as part of the spec as it is possibly useful during development
\- is_installed | Yes | 1/0 boolean - is the station currently on the street
\- is_renting | Yes | 1/0 boolean - is the station currently renting bikes (even if the station is empty, if it is set to allow rentals this value should be 1)
Expand Down

0 comments on commit 00f3fc7

Please sign in to comment.