-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
new ruleNew rule to be addedNew rule to be added
Milestone
Description
Describe the problem
agency_id is a conditionally required field, and there is no missing_agency_id notice for it. stop_name is also a conditionally required field, and it has its own missing_stop_name notice. Wouldn’t it make sense to have a similar notice for agency_id as well?
Describe the new validation rule
If:
(number_of_agencies > 1) AND (agency_id = '' OR agency_id is missing):
trigger a missing_agency_id notice
Sample GTFS datasets
No response
Severity
ERROR
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
new ruleNew rule to be addedNew rule to be added