Branding Data Type

OTP model for branding. Common for both NeTEx and GTFS.

Implemented Interfaces
Serializable
Properties
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" : "..."
  }
}