Skip to content

Commit dc99da3

Browse files
committed
correction: gbfs_versions.json is beta v1.1-RC
fixes the merge of PR #188 addes back section "Files"
1 parent 454aafc commit dc99da3

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

gbfs.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,20 @@ This section defines terms that are used throughout this document.
5656
* 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.
5757
* 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.
5858

59-
| File Name | Required | Defines |
60-
|---------------------------|-------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
61-
| 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. |
59+
## Files
60+
| File Name | Required | Defines |
61+
|-------------------------------------|------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
62+
| 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.
7273

7374
## File Requirements
7475
* All files should be valid JSON

0 commit comments

Comments
 (0)