| name | data type | description |
|---|---|---|
| DatedVehicleJourneyCode | string | |
| VehicleJourneyRef | VehicleJourneyRef | |
| Cancellation | boolean | |
| ExtraJourney | boolean | |
| JourneyPatternRef | JourneyPatternRef | |
| VehicleMode | array of VehicleModesEnumeration | |
| RouteRef | RouteRefStructure | |
| PublishedLineName | NaturalLanguageStringStructure | |
| DirectionName | NaturalLanguageStringStructure | |
| ExternalLineRef | LineRef | |
| OperatorRef | OperatorRefStructure | |
| ProductCategoryRef | ProductCategoryRefStructure | |
| ServiceFeatureRef | array of ServiceFeatureRef | |
| VehicleFeatureRef | array of VehicleFeatureRefStructure | |
| VehicleJourneyName | NaturalLanguageStringStructure | |
| JourneyNote | array of NaturalLanguageStringStructure | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| LineNote | NaturalLanguagePlaceNameStructure | |
| HeadwayService | boolean | |
| Monitored | boolean | |
| BlockRef | BlockRefStructure | |
| CourseOfJourneyRef | CourseOfJourneyStructure | |
| DatedCalls | DatedCalls | |
| Extensions | Extensions |
Example
{
"DatedVehicleJourneyCode" : "...",
"VehicleJourneyRef" : {
"value" : "..."
},
"Cancellation" : true,
"ExtraJourney" : true,
"JourneyPatternRef" : {
"value" : "..."
},
"VehicleMode" : [ "bus", "coach" ],
"RouteRef" : {
"value" : "..."
},
"PublishedLineName" : {
"value" : "...",
"lang" : "..."
},
"DirectionName" : {
"value" : "...",
"lang" : "..."
},
"ExternalLineRef" : {
"value" : "..."
},
"OperatorRef" : {
"value" : "..."
},
"ProductCategoryRef" : {
"value" : "..."
},
"ServiceFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"VehicleFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"VehicleJourneyName" : {
"value" : "...",
"lang" : "..."
},
"JourneyNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"LineNote" : {
"value" : "...",
"lang" : "..."
},
"HeadwayService" : true,
"Monitored" : true,
"BlockRef" : {
"value" : "..."
},
"CourseOfJourneyRef" : {
"value" : "..."
},
"DatedCalls" : {
"DatedCall" : [ {
"StopPointRef" : { },
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : { },
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : { },
"CallNote" : [ { }, { } ],
"AimedArrivalTime" : "...",
"ArrivalPlatformName" : { },
"ArrivalBoardingActivity" : "noAlighting",
"AimedDepartureTime" : "...",
"DeparturePlatformName" : { },
"DepartureBoardingActivity" : "passThru",
"AimedHeadwayInterval" : { },
"TargetedInterchange" : [ { }, { } ],
"Extensions" : { }
}, {
"StopPointRef" : { },
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : { },
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : { },
"CallNote" : [ { }, { } ],
"AimedArrivalTime" : "...",
"ArrivalPlatformName" : { },
"ArrivalBoardingActivity" : "alighting",
"AimedDepartureTime" : "...",
"DeparturePlatformName" : { },
"DepartureBoardingActivity" : "boarding",
"AimedHeadwayInterval" : { },
"TargetedInterchange" : [ { }, { } ],
"Extensions" : { }
} ]
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
}
}