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.
@@ -1652,6 +1652,14 @@ var trips = {
1652
1652
  type: "integer",
1653
1653
  min: 0,
1654
1654
  max: 2
1655
+ },
1656
+ {
1657
+ name: "safe_duration_factor",
1658
+ type: "real"
1659
+ },
1660
+ {
1661
+ name: "safe_duration_offset",
1662
+ type: "real"
1655
1663
  }
1656
1664
  ]
1657
1665
  };