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: docs/FEATURES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The validator will produce the [list of features](https://gtfs.org/getting_start
26
26
| Fares | Time-Based Fares | One line of data in [timeframes.txt](https://gtfs.org/schedule/reference/#timeframestxt) AND one line of data in [fare_products.txt](https://gtfs.org/schedule/reference/#fare_productstxt) AND one line of data in [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt) AND (one **from_timeframe_id** value in [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt) OR one **to_timeframe_id** value in [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt)) |https://gtfs.org/getting_started/features/fares/#time-based-fares|
27
27
| Fares | Zone-Based Fares | One line of data in [areas.txt](https://gtfs.org/schedule/reference/#areastxt) AND one line of data in [fare_products.txt](https://gtfs.org/schedule/reference/#fare_productstxt) AND one line of data in [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt) AND (one **from_area_id** value in [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt) OR one **to_area_id** value in [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt)) |https://gtfs.org/getting_started/features/fares/#zone-based-fares|
28
28
| Fares | Fare Transfers | One line of data in [fare_transfer_rules.txt](https://gtfs.org/schedule/reference/#fare_transfer_rulestxt)|https://gtfs.org/getting_started/features/fares/#fare-transfers|
29
+
| Fares | Contactless EMV Support | One **cemv_support** value in [agency.txt](https://gtfs.org/schedule/reference/#agencytxt) OR one **cemv_support** value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt)|https://gtfs.org/getting-started/features/fares/#contactless-emv-support|
29
30
| Fares | Fares V1 | One line of data in [fare_attributes.txt](https://gtfs.org/schedule/reference/#fare_attributestxt)|https://gtfs.org/getting_started/features/fares/#fares-v1|
30
31
| Pathways | Pathway Connections | One line of data in [pathways.txt](https://gtfs.org/schedule/reference/#pathwaystxt)|https://gtfs.org/getting_started/features/pathways/#pathway-connections|
31
32
| Pathways | Pathway Details | One value of **max_slope**<br/>OR<br/>**min_width** <br/>OR<br/>**length** <br/>OR<br/>**stair_count** in [pathways.txt](https://gtfs.org/schedule/reference/#pathwaystxt)|https://gtfs.org/getting_started/features/pathways/#pathway-details|
0 commit comments