View Source MBTA.Model.ScheduleResource (mbta_sdk v0.1.0)
A schedule is the arrival drop off (*/attributes/drop_off_type) time (*/attributes/arrival_time) and departure pick up (*/attributes/pickup_type) time (*/attributes/departure_time) to/from a stop (*/relationships/stop/data/id) at a given sequence (*/attributes/stop_sequence) along a trip (*/relationships/trip/data/id) going in a direction (*/attributes/direction_id) on a route (*/relationships/route/data/id) when the trip is following a service (*/relationships/service/data/id) to determine when it is active. See GTFS stop_times.txt for base specification.
Summary
Types
@type t() :: %MBTA.Model.ScheduleResource{ attributes: MBTA.Model.ScheduleResourceAttributes.t() | nil, id: String.t() | nil, links: map() | nil, relationships: MBTA.Model.ScheduleResourceRelationships.t() | nil, type: String.t() | nil }