From 41f36ce9d236bd3835f0465d72e1816e62bb1d48 Mon Sep 17 00:00:00 2001 From: isabelle-dr Date: Wed, 22 May 2024 11:45:35 +0200 Subject: [PATCH 1/2] Update requirement for feed_info.txt --- gtfs/spec/en/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 2e52518a..2afe6377 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -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.

Conditionally Required:
- **Required** if [translations.txt](#translationstxt) is provided.
- **Recommended** otherwise.| | [attributions.txt](#attributionstxt) | Optional | Dataset attributions. | ## File Requirements @@ -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) From 4c060b45d9c719840c365d8b672a9f52b84824b7 Mon Sep 17 00:00:00 2001 From: isabelle-dr Date: Wed, 22 May 2024 12:23:40 +0200 Subject: [PATCH 2/2] Remove bold from Recommended --- gtfs/spec/en/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 2afe6377..f57a07a8 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -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) | **Conditionally Required** | Dataset metadata, including publisher, version, and expiration information.

Conditionally Required:
- **Required** if [translations.txt](#translationstxt) is provided.
- **Recommended** otherwise.| +| [feed_info.txt](#feed_infotxt) | **Conditionally Required** | Dataset metadata, including publisher, version, and expiration information.

Conditionally Required:
- **Required** if [translations.txt](#translationstxt) is provided.
- Recommended otherwise.| | [attributions.txt](#attributionstxt) | Optional | Dataset attributions. | ## File Requirements