Skip to content

Commit 4f0cc70

Browse files
committed
Station ID data type correction
change example station _id from integer to string
1 parent b05ce27 commit 4f0cc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ Field Name | REQUIRED | Type | Defines
831831
"is_disabled": false,
832832
"vehicle_type_id": "def456",
833833
"current_range_meters": 6543.0,
834-
"station_id": 86,
834+
"station_id": "86",
835835
"pricing_plan_id": "plan3"
836836
}
837837
]

0 commit comments

Comments
 (0)