Skip to content

Commit

Permalink
code examples patch
Browse files Browse the repository at this point in the history
minor corrections to code examples
  • Loading branch information
Mitch Vars committed Apr 27, 2022
1 parent 3a4d002 commit 7187f42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*~
.DS_Store
.idea
8 changes: 4 additions & 4 deletions gbfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Field Name | REQUIRED | Type | Defines
"short_name":"Example Ride",
"email":"[email protected]",
"url":"http://www.exampleride.org",
"feed_contact_email": datafeed@exampleride.org,
"feed_contact_email": "[email protected]",
"system_id":"exampleride",
"language":"en",
}
Expand Down Expand Up @@ -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"
}
]
Expand Down Expand Up @@ -900,8 +900,8 @@ Field Name | REQUIRED | Type | Defines
],
"times":[
{
"start":"1604448000",
"end":"1604674800"
"start":1604448000,
"end":1604674800
}
],
"url":"https://example.com/more-info",
Expand Down

0 comments on commit 7187f42

Please sign in to comment.