OTP model for branding. Common for both NeTEx and GTFS.
| name | data type | description |
|---|---|---|
| shortName | string | |
| name | string | |
| url | string | |
| image | string | |
| description | string | |
Properties inherited from TransitEntity |
||
| id | FeedScopedId | |
Example
{
"shortName" : "...",
"name" : "...",
"url" : "...",
"image" : "...",
"description" : "...",
"id" : {
"feedId" : "...",
"id" : "..."
}
}