| 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] |