GroupOfRoutes Data Type

OTP model for NeTEx GroupOfLines. Not used for GTFS at the moment. This is used to categorize lines based on their particular purposes such as fare harmonization or public presentation. For example divide lines into commercial and non-commercial groups.

Implemented Interfaces
LogInfo
Properties
name data type constraints description
name string required
shortName string  
privateCode string  
description string  
Properties inherited from AbstractTransitEntity
id FeedScopedId  

Example

{
  "name" : "...",
  "shortName" : "...",
  "privateCode" : "...",
  "description" : "...",
  "id" : {
    "feedId" : "...",
    "id" : "..."
  }
}