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
Serializable
See Also
Agency
Properties
name data type description
name string
url string
phone string
Properties inherited from TransitEntity
id FeedScopedId

Example

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