| Name | Type | Description | Notes |
|---|---|---|---|
| priority | int | Representation of how important a shape is when choosing one for display. Higher number is higher priority. Negative priority is not important enough to show as they only MAY be used. | [optional] |
| polyline | str | ## Encoding/Decoding Encoded Polyline Algorithm Format ## Example Libraries * Javascript * Erlang * Elixir | [optional] |
| name | str | User-facing name for shape. It may, but is not required to, be a headsign | [optional] |
| 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] |