Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate bike_id on free_bike_status #147

Merged
merged 7 commits into from
Jan 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Describes bikes that are not at a station and are not currently in the middle of
Field Name | Required | Type | Defines
-------------------------------- | ----------| --------------- | ---------------------
_`bikes`_ | Yes | Array | Array that contains one object per bike that is currently stopped as defined below.
\- `bike_id` | Yes | ID | Identifier of a bike.
\- `bike_id` | Yes | ID | Identifier of a bike. *Beta (v2.0-RC):* Identifier of a bike, rotated to a random string, at minimum, after each trip to protect privacy. Note: Persistent bike_id, published publicly, could pose a threat to individual traveler privacy.
\- `lat` | Yes | Latitude | Latitude of the bike.
\- `lon` | Yes | Longitude | Longitude of the bike.
\-&nbsp;`is_reserved` | Yes | Boolean | Is the bike currently reserved? <br /><br /> `1` - Bike is currently reserved. <br /> `0` - Bike is not currently reserved.
Expand Down