Branding Data Type

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

Implemented Interfaces
LogInfo
Properties
name data type description
name string
shortName string
url string
image string
description string
Properties inherited from AbstractTransitEntity
id FeedScopedId

Example

{
  "name" : "...",
  "shortName" : "...",
  "url" : "...",
  "image" : "...",
  "description" : "...",
  "id" : {
    "feedId" : "...",
    "id" : "..."
  }
}