Skip to content

Commit 3801386

Browse files
add fare leg join rules table
1 parent ec9703c commit 3801386

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gtfs.yml

+9
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,15 @@
990990
- name: "fare_product_id"
991991
required: false
992992

993+
- id: fare_leg_join_rules
994+
name: fare_leg_join_rules.txt
995+
helpContent: For a sub-journey of two consecutive legs with a transfer, if the transfer matches all matching predicates specified by a particular row in the file, then those two legs should be considered as a single effective fare leg for the purposes of matching against rules in fare_leg_rules.txt.
996+
fields:
997+
- name: "from_network_id"
998+
required: false
999+
- name: "to_network_id"
1000+
required: false
1001+
9931002
- id: frequencies
9941003
name: frequencies.txt
9951004
helpContent: Headway (time between trips) for routes with variable frequency of service.

0 commit comments

Comments
 (0)