FareZone Data Type

Equal to GTFS zone_id or NeTEx TariffZone. TODO This should at some point be connected to Agency or Operator. Currently is is up to the user to make this connection (based on TariffZone id).

Properties
name data type description
name string
Properties inherited from AbstractTransitEntity
id FeedScopedId

Example

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