-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
new ruleNew rule to be addedNew rule to be addedstatus: Needs triageApplied to all new issuesApplied to all new issues
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
derhuerst
Metadata
Metadata
Assignees
Labels
new ruleNew rule to be addedNew rule to be addedstatus: Needs triageApplied to all new issuesApplied to all new issues