Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gtfs/spec/en/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ This specification defines the following files:
| [locations.geojson](#locationsgeojson) | Optional | Zones for rider pickup or drop-off requests by on-demand services, represented as GeoJSON polygons. |
| [booking_rules.txt](#booking_rulestxt) | Optional | Booking information for rider-requested services. |
| [translations.txt](#translationstxt) | Optional | Translations of customer-facing dataset values. |
| [feed_info.txt](#feed_infotxt) | Optional | Dataset metadata, including publisher, version, and expiration information. |
| [feed_info.txt](#feed_infotxt) | **Conditionally Required** | Dataset metadata, including publisher, version, and expiration information.<br><br>Conditionally Required:<br>- **Required** if [translations.txt](#translationstxt) is provided.<br>- Recommended otherwise.|
| [attributions.txt](#attributionstxt) | Optional | Dataset attributions. |

## File Requirements
Expand Down Expand Up @@ -805,7 +805,7 @@ If both referencing methods (`record_id`, `record_sub_id`) and `field_value` are

### feed_info.txt

File: **Recommended** (**Required** if [translations.txt](#translations) is provided)
File: **Conditionally Required**

Primary key (none)

Expand Down