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",