arrival_time, departure_timeroutes.continuous_pickup, routes.continuous_drop_off
[Conditionally Forbidden: Forbidden if `stop_times.start_pickup_drop_off_window` or `stop_times.end_pickup_drop_off_window` are defined for any trip of this route. - Optional otherwise](https://github.com/google/transit/pull/433/files#diff-3ecf0760eb54b4953728042a1e30586705dc2335807be94faae0de5829cd12a1R298)
forbidden_ continuous_pickup_or_drop_off
ERROR:
Generate if
routes.continuous_pickup OR routes.continuous_drop_off are included AND
stop_times.start_pickup_drop_off_window OR
stop_times.end_pickup_drop_off_window
are defined for any trip of this route.
• routeCsvRowNumber
• trip_idA with stop_times records with start_pickup_drop_off_window
• trip_idB with stop_times records with end_pickup_drop_off_window
(there can be several trip_ids associated)
Describe the problem
Validation rule to add to support Flex.
Describe the new validation rule
- Optional otherwise](https://github.com/google/transit/pull/433/files#diff-3ecf0760eb54b4953728042a1e30586705dc2335807be94faae0de5829cd12a1R298)
Sample GTFS datasets
No response
Severity
ERROR
Additional context
No response