Skip to content

Commit

Permalink
Station ID data type correction
Browse files Browse the repository at this point in the history
change example station _id from integer to string
  • Loading branch information
Mitch Vars committed Apr 28, 2022
1 parent b05ce27 commit 4f0cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ Field Name | REQUIRED | Type | Defines
"is_disabled": false,
"vehicle_type_id": "def456",
"current_range_meters": 6543.0,
"station_id": 86,
"station_id": "86",
"pricing_plan_id": "plan3"
}
]
Expand Down

0 comments on commit 4f0cc70

Please sign in to comment.