Skip to content

Commit 67e6ede

Browse files
committed
add safe_duration_factor and safe_duration_offset to trip schema
1 parent 01d9a09 commit 67e6ede

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main/src/main/java/org/mobilitydata/gtfsvalidator/table/GtfsTripSchema.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ public interface GtfsTripSchema extends GtfsEntity {
6060
GtfsBikesAllowed bikesAllowed();
6161

6262
GtfsCarsAllowed carsAllowed();
63+
64+
double safeDurationFactor();
65+
66+
double safeDurationOffset();
6367
}

0 commit comments

Comments
 (0)