| name | data type | description |
|---|---|---|
| StopPointRef | StopPointRefStructure | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
| ExtraCall | boolean | |
| Cancellation | boolean | |
| PredictionInaccurate | boolean | |
| Occupancy | OccupancyEnumeration | |
| TimingPoint | boolean | |
| BoardingStretch | boolean | |
| RequestStop | boolean | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| CallNote | array of NaturalLanguageStringStructure | |
| SituationRef | array of SituationRefStructure | |
| FacilityChange | FacilityChangeStructure | |
| AimedArrivalTime | string | |
| ExpectedArrivalTime | string | |
| ArrivalStatus | CallStatusEnumeration | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| ExpectedDepartureTime | string | |
| DepartureStatus | CallStatusEnumeration | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| ExpectedHeadwayInterval | Duration | |
| Extensions | ExtensionsStructure |
Example
{
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"ExtraCall" : true,
"Cancellation" : true,
"PredictionInaccurate" : true,
"Occupancy" : "standingAvailable",
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"SituationRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"FacilityChange" : {
"EquipmentAvailability" : {
"EquipmentRef" : { },
"Description" : { },
"EquipmentStatus" : "unknown",
"ValidityPeriod" : { },
"EquipmentTypeRef" : { },
"EquipmentFeatures" : { }
},
"SituationRef" : {
"value" : "..."
},
"MobilityDisruption" : {
"MobilityImpairedAccess" : true,
"MobilityFacility" : [ "facmob_5", "onboardAssistance" ]
}
},
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ArrivalStatus" : "cancelled",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "passThru",
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DepartureStatus" : "cancelled",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "noBoarding",
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ExpectedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"Extensions" : {
"any" : { }
}
}