Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.74 KB

File metadata and controls

15 lines (11 loc) · 1.74 KB

RouteResourceAttributes

Properties

Name Type Description Notes
type int Value
sort_order int Routes sort in ascending order [optional]
short_name str This will often be a short, abstract identifier like "32", "100X", or "Green" that riders use to identify a route, but which doesn't give any indication of what places the route serves. See GTFS `routes.txt` `route_short_name`. [optional]
long_name str The full name of a route. This name is generally more descriptive than the `short_name` and will often include the route's destination or stop. See GTFS `routes.txt` `route_long_name`. [optional]
direction_names list[str] [optional]
description str Details about stops, schedule, and/or service. See GTFS `routes.txt` `route_desc`. [optional]

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