There are false positives in the validator for duplicate_key(see acceptance tests of new errors), because network_id is not a part of the primary key for fare_leg_rules.txt as it should be according to the spec.
Proposed solution
Make sure that network_id is included as part of the primary key for fare_leg_rules.txt.
Describe the problem
There are false positives in the validator for
duplicate_key
(see acceptance tests of new errors), becausenetwork_id
is not a part of the primary key for fare_leg_rules.txt as it should be according to the spec.Proposed solution
Make sure that
network_id
is included as part of the primary key for fare_leg_rules.txt.Alternatives you've considered
No response
Additional context
No response