gtfs 4.18.6 → 4.18.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1664,6 +1664,14 @@ var trips = {
1664
1664
  type: "integer",
1665
1665
  min: 0,
1666
1666
  max: 2
1667
+ },
1668
+ {
1669
+ name: "safe_duration_factor",
1670
+ type: "real"
1671
+ },
1672
+ {
1673
+ name: "safe_duration_offset",
1674
+ type: "real"
1667
1675
  }
1668
1676
  ]
1669
1677
  };