| name | data type | description |
|---|---|---|
| FeederJourneyRef | ConnectingJourneyRefStructure | |
| DistributorJourneyRef | ConnectingJourneyRefStructure | |
| InterchangeRef | InterchangeRef | |
| WillWait | WillWaitStructure | |
| WillNotWait | string | |
| ExpectedDepartureTimeOfDistributor | string | |
| ConnectionMonitoring | boolean |
Example
{
"FeederJourneyRef" : {
"FramedVehicleJourneyRef" : {
"DataFrameRef" : { },
"DatedVehicleJourneyRef" : "..."
},
"LineRef" : {
"value" : "..."
},
"ParticipantRef" : {
"value" : "..."
}
},
"DistributorJourneyRef" : {
"FramedVehicleJourneyRef" : {
"DataFrameRef" : { },
"DatedVehicleJourneyRef" : "..."
},
"LineRef" : {
"value" : "..."
},
"ParticipantRef" : {
"value" : "..."
}
},
"InterchangeRef" : {
"value" : "..."
},
"WillWait" : {
"WaitUntilTime" : "...",
"DriverHasAcknowledgeWIllWait" : true
},
"WillNotWait" : "...",
"ExpectedDepartureTimeOfDistributor" : "...",
"ConnectionMonitoring" : true
}