| name | data type | description |
|---|---|---|
| AffectedVehicle | array of AffectedVehicleStructure |
Example
{
"AffectedVehicle" : [ {
"VehicleRef" : {
"value" : "..."
},
"VehicleRegistrationNumberPlate" : [ "...", "..." ],
"PhoneNumber" : "...",
"IPAddress" : "...",
"RadioAddress" : "...",
"FramedVehicleJourneyRef" : {
"DataFrameRef" : { },
"DatedVehicleJourneyRef" : "..."
},
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"CurrentLocation" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"OperatorRef" : {
"value" : "..."
},
"ProductCategoryRef" : {
"value" : "..."
},
"ServiceFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"VehicleFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"TrainBlockPart" : [ {
"NumberOfBlockParts" : 12345,
"TrainPartRef" : { },
"PositionOfTrainBlockPart" : [ { }, { } ]
}, {
"NumberOfBlockParts" : 12345,
"TrainPartRef" : { },
"PositionOfTrainBlockPart" : [ { }, { } ]
} ],
"BlockRef" : {
"value" : "..."
},
"CourseOfJourneyRef" : {
"value" : "..."
},
"InCongestion" : true,
"InPanic" : true,
"HeadwayService" : true,
"Extensions" : {
"anies" : [ { }, { } ]
}
}, {
"VehicleRef" : {
"value" : "..."
},
"VehicleRegistrationNumberPlate" : [ "...", "..." ],
"PhoneNumber" : "...",
"IPAddress" : "...",
"RadioAddress" : "...",
"FramedVehicleJourneyRef" : {
"DataFrameRef" : { },
"DatedVehicleJourneyRef" : "..."
},
"Location" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"CurrentLocation" : {
"Coordinates" : { },
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"OperatorRef" : {
"value" : "..."
},
"ProductCategoryRef" : {
"value" : "..."
},
"ServiceFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"VehicleFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"TrainBlockPart" : [ {
"NumberOfBlockParts" : 12345,
"TrainPartRef" : { },
"PositionOfTrainBlockPart" : [ { }, { } ]
}, {
"NumberOfBlockParts" : 12345,
"TrainPartRef" : { },
"PositionOfTrainBlockPart" : [ { }, { } ]
} ],
"BlockRef" : {
"value" : "..."
},
"CourseOfJourneyRef" : {
"value" : "..."
},
"InCongestion" : true,
"InPanic" : true,
"HeadwayService" : true,
"Extensions" : {
"anies" : [ { }, { } ]
}
} ]
}