From 7187f421050db5d23a0cfdd19db25b807bf019de Mon Sep 17 00:00:00 2001 From: Mitch Vars Date: Wed, 27 Apr 2022 13:14:15 -0500 Subject: [PATCH] code examples patch minor corrections to code examples --- .gitignore | 1 + gbfs.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 93bfd12e..51caa6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ .DS_Store +.idea \ No newline at end of file diff --git a/gbfs.md b/gbfs.md index 0aac32b7..7b0d202a 100644 --- a/gbfs.md +++ b/gbfs.md @@ -348,7 +348,7 @@ Field Name | REQUIRED | Type | Defines "short_name":"Example Ride", "email":"customerservice@exampleride.org", "url":"http://www.exampleride.org", - "feed_contact_email": datafeed@exampleride.org, + "feed_contact_email": "datafeed@exampleride.org", "system_id":"exampleride", "language":"en", } @@ -637,7 +637,7 @@ Field Name | REQUIRED | Type | Defines "is_disabled":false, "vehicle_type_id":"def456", "current_range_meters":6543, - "station_id":86, + "station_id":"86", "pricing_plan_id":"plan3" } ] @@ -900,8 +900,8 @@ Field Name | REQUIRED | Type | Defines ], "times":[ { - "start":"1604448000", - "end":"1604674800" + "start":1604448000, + "end":1604674800 } ], "url":"https://example.com/more-info",