From 4f0cc7024ff5ba71d3c3e861c3ff23a281ef71f8 Mon Sep 17 00:00:00 2001 From: Mitch Vars Date: Thu, 28 Apr 2022 13:18:50 -0500 Subject: [PATCH] Station ID data type correction change example station _id from integer to string --- gbfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbfs.md b/gbfs.md index fa291e57..9d5a63e4 100644 --- a/gbfs.md +++ b/gbfs.md @@ -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" } ]