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 2 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 @@ -213,7 +213,7 @@ Describes bikes that are not at a station and are not currently in the middle of
Field Name | Required | Defines
------------------| ----------| ----------
bikes | Yes | Array that contains one object per bike that is currently docked/stopped outside of the system as defined below
\- bike_id | Yes | Unique identifier of a bike
\- bike_id | Yes | Identifier of a bike, rotated to a random string, at minimum, after each trip to protect privacy
morganherlocker marked this conversation as resolved.
Show resolved Hide resolved
\- lat | Yes | Latitude of the bike. The field value must be a valid WGS 84 latitude in decimal degrees format. See: http://en.wikipedia.org/wiki/World_Geodetic_System, https://en.wikipedia.org/wiki/Decimal_degrees
\- lon | Yes | Longitude of the bike. The field value must be a valid WGS 84 latitude in decimal degrees format. See: http://en.wikipedia.org/wiki/World_Geodetic_System, https://en.wikipedia.org/wiki/Decimal_degrees
\- is_reserved | Yes | 1/0 value - is the bike currently reserved for someone else
Expand Down