You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gbfs.md
+14-13
Original file line number
Diff line number
Diff line change
@@ -56,19 +56,20 @@ This section defines terms that are used throughout this document.
56
56
* Optional - The field may be omitted from the dataset. If an optional column is included, some of the entries in that field may be empty strings. An omitted field is equivalent to a field that is empty.
57
57
* Conditionally required - The field or file is required under certain conditions, which are outlined in the field or file description. Outside of these conditions, this field or file is optional.
| gbfs.json | Optional<br/>*beta (v2.0-RC):* Yes | Auto-discovery file that links to all of the other files published by the system.<br/>*Current version:* This file is optional, but highly recommended.<br/>*Beta (v2.0-RC):* This file is required. |
62
-
| gbfs_versions.json | Optional | Lists all feed endpoints published according to versions of the GBFS documentation. |
63
-
| system_information.json | Yes | Describes the system including System operator, System location, year implemented, URLs, contact info, time zone |
64
-
| station_information.json | Conditionally required | Mostly static list of all stations, their capacities and locations. Required of systems utilizing docks. |
65
-
| station_status.json | Conditionally required | Number of available bikes and docks at each station and station availability. Required of systems utilizing docks. |
66
-
| free_bike_status.json | Conditionally required | Bikes that are available for rent. Required of systems that offer bikes for rent outside of stations. |
67
-
| system_hours.json | Optional | Hours of operation for the system. |
68
-
| system_calendar.json | Optional | Dates of operation for the system. |
69
-
| system_regions.json | Optional | Regions the system is broken up into. |
70
-
| system_pricing_plans.json | Optional | System pricing scheme. |
71
-
| system_alerts.json | Optional | Current system alerts. |
| gbfs.json | Optional<br/>*beta (v2.0-RC):* Yes | Auto-discovery file that links to all of the other files published by the system.<br/>*Current version:* This file is optional, but highly recommended.<br/>*Beta (v2.0-RC):* This file is required. |
63
+
| gbfs_versions.json *(beta v1.1-RC)*| Optional | Lists all feed endpoints published according to versions of the GBFS documentation. |
64
+
| system_information.json | Yes | Details including system operator, system location, year implemented, URL, contact info, time zone. |
65
+
| station_information.json | Conditionally required | List of all stations, their capacities and locations. Required of systems utilizing docks. |
66
+
| station_status.json | Conditionally required | Number of available bikes and docks at each station and station availability. Required of systems utilizing docks. |
67
+
| free_bike_status.json | Conditionally required | Bikes that are available for rent. Required of systems that offer bikes for rent outside of stations. |
68
+
| system_hours.json | Optional | Hours of operation for the system. |
69
+
| system_calendar.json | Optional | Dates of operation for the system. |
70
+
| system_regions.json | Optional | Regions the system is broken up into. |
71
+
| system_pricing_plans.json | Optional | System pricing scheme. |
72
+
| system_alerts.json | Optional | Current system alerts.
0 commit comments