Operator Data Type

A company which is responsible for operating public transport services. The operator will often operate under contract with an Authority (Agency).

Netex ONLY. Operators are available only if the data source is Netex, not GTFS.

Implemented Interfaces
LogInfo
See Also
Agency
Properties
name data type constraints description
name string required
url string  
phone string  
Properties inherited from AbstractTransitEntity
id FeedScopedId  

Example

{
  "name" : "...",
  "url" : "...",
  "phone" : "...",
  "id" : {
    "feedId" : "...",
    "id" : "..."
  }
}