| name | data type | constraints | description | 
|---|---|---|---|
| id | string | ||
| agency | ApiAgency | ||
| shortName | string | ||
| longName | string | ||
| mode | string | ||
| type | number | required | |
| desc | string | ||
| url | string | ||
| color | string | ||
| textColor | string | ||
| bikesAllowed | number | required | |
| sortOrder | number | ||
| brandingUrl | string | 
Example
{
  "id" : "...",
  "agency" : {
    "id" : "...",
    "name" : "...",
    "url" : "...",
    "timezone" : "...",
    "lang" : "...",
    "phone" : "...",
    "fareUrl" : "...",
    "brandingUrl" : "..."
  },
  "shortName" : "...",
  "longName" : "...",
  "mode" : "...",
  "type" : 12345,
  "desc" : "...",
  "url" : "...",
  "color" : "...",
  "textColor" : "...",
  "bikesAllowed" : 12345,
  "sortOrder" : 12345,
  "brandingUrl" : "..."
}