Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.36 KB

File metadata and controls

15 lines (11 loc) · 1.36 KB

PredictionResource

The predicted arrival time (/*/attributes/arrival_time) and departure time (*/attributes/departure_time) to/from a stop (*/relationships/stop/data/id) at a given sequence (*/attriutes/stop_sequence) along a trip (*/relationships/trip/data/id) going a direction (*/attributes/direction_id) along a route (*/relationships/route/data/id). See GTFS Realtime FeedMesage FeedEntity TripUpdate TripDescriptor See GTFS Realtime FeedMesage FeedEntity TripUpdate StopTimeUpdate

Properties

Name Type Description Notes
type str The JSON-API resource type [optional]
relationships PredictionResourceRelationships [optional]
links object [optional]
id str The JSON-API resource ID [optional]
attributes PredictionResourceAttributes [optional]

[Back to Model list] [Back to API list] [Back to README]