Agency Data Type

This class is tha same as a GTFS Agency and Netex Authority.

Implemented Interfaces
LogInfo
Properties
name data type constraints description
name string required
timezone string required
url string  
lang string  
phone string  
fareUrl string  
brandingUrl string  
Properties inherited from AbstractTransitEntity
id FeedScopedId  

Example

{
  "name" : "...",
  "timezone" : "...",
  "url" : "...",
  "lang" : "...",
  "phone" : "...",
  "fareUrl" : "...",
  "brandingUrl" : "...",
  "id" : {
    "feedId" : "...",
    "id" : "..."
  }
}