[x] Appropriate branch selected (all PRs must first be merged to dev before they can be merged to master)
[na] Any modified or new methods or classes have helpful JavaDoc and code is thoroughly commented
[x] The description lists all applicable issues this PR seeks to resolve
[na] The description lists any configuration setting(s) that differ from the default settings
[x] All tests and CI builds passing
Description
This PR is a partial fix for https://github.com/ibi-group/datatools-server/issues/434 and sets the continuous_pickup and continuous_drop_off fields in tables stop_times and routes to be optional per GTFS 2.0 spec. The PR also fixes an incorrect field load in table routes.
Checklist
dev
before they can be merged tomaster
)Description
This PR is a partial fix for https://github.com/ibi-group/datatools-server/issues/434 and sets the
continuous_pickup
andcontinuous_drop_off
fields in tablesstop_times
androutes
to be optional per GTFS 2.0 spec. The PR also fixes an incorrect field load in tableroutes
.