| Name | Type | Description | Notes |
|---|---|---|---|
| timepoint | bool | Value | |
| stop_sequence | int | The sequence the `stop_id` is arrived at during the `trip_id`. The stop sequence is monotonically increasing along the trip, but the `stop_sequence` along the `trip_id` are not necessarily consecutive. See GTFS `stop_times.txt` `stop_sequence` | [optional] |
| pickup_type | int | How the vehicle departs from `stop_id`. | Value |
| drop_off_type | int | How the vehicle arrives at `stop_id`. | Value |
| direction_id | int | Direction in which trip is traveling: `0` or `1`. The meaning of `direction_id` varies based on the route. You can programmatically get the direction names from `/routes` `/data/{index}/attributes/direction_names` or `/routes/{id}` `/data/attributes/direction_names`. | [optional] |
| departure_time | datetime | Time when the trip departs the given stop. See GTFS `stop_times.txt` `departure_time` Format is ISO8601. | [optional] |
| arrival_time | datetime | Time when the trip arrives at the given stop. See GTFS `stop_times.txt` `arrival_time` Format is ISO8601. | [optional] |