| name | data type | description |
|---|---|---|
| Consequence | array of PtConsequenceStructure |
Example
{
"Consequence" : [ {
"Period" : {
"StartTime" : "...",
"EndTime" : "..."
},
"Condition" : "additionalService",
"Severity" : "undefined",
"Affects" : {
"AreaOfInterest" : "regional",
"Operators" : { },
"Networks" : { },
"StopPoints" : { },
"StopPlaces" : { },
"Places" : { },
"VehicleJourneys" : { },
"Roads" : { },
"Extensions" : { }
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"Advice" : {
"AdviceRef" : { },
"Details" : { }
},
"Blocking" : {
"JourneyPlanner" : true,
"RealTime" : true
},
"Boarding" : {
"ArrivalBoardingActivity" : "passThru",
"DepartureBoardingActivity" : "boarding"
},
"Delays" : {
"DelayBand" : "delayBetweenThreeHoursAndSixHours",
"DelayType" : "longDelays",
"Delay" : { }
},
"Casualties" : {
"NumberOfDeaths" : 12345,
"NumberOfInjured" : 12345
},
"Easements" : [ {
"TicketRestrictions" : "pti25_5",
"Easement" : { },
"EasementRef" : { }
}, {
"TicketRestrictions" : "noOffPeakTickets",
"Easement" : { },
"EasementRef" : { }
} ],
"Extensions" : {
"any" : { }
}
}, {
"Period" : {
"StartTime" : "...",
"EndTime" : "..."
},
"Condition" : "pti13_12",
"Severity" : "noImpact",
"Affects" : {
"AreaOfInterest" : "notSpecified",
"Operators" : { },
"Networks" : { },
"StopPoints" : { },
"StopPlaces" : { },
"Places" : { },
"VehicleJourneys" : { },
"Roads" : { },
"Extensions" : { }
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"Advice" : {
"AdviceRef" : { },
"Details" : { }
},
"Blocking" : {
"JourneyPlanner" : true,
"RealTime" : true
},
"Boarding" : {
"ArrivalBoardingActivity" : "passThru",
"DepartureBoardingActivity" : "passThru"
},
"Delays" : {
"DelayBand" : "delayLessThanThirtyMinutes",
"DelayType" : "delays",
"Delay" : { }
},
"Casualties" : {
"NumberOfDeaths" : 12345,
"NumberOfInjured" : 12345
},
"Easements" : [ {
"TicketRestrictions" : "pti25_6",
"Easement" : { },
"EasementRef" : { }
}, {
"TicketRestrictions" : "noReducedFareTickets",
"Easement" : { },
"EasementRef" : { }
} ],
"Extensions" : {
"any" : { }
}
} ]
}