| name | data type | description |
|---|---|---|
| AffectedStopPlace | array of AffectedStopPlaceStructure |
Example
{
"AffectedStopPlace" : [ {
"StopPlaceRef" : {
"value" : "..."
},
"PlaceName" : {
"value" : "...",
"lang" : "..."
},
"StopPlaceType" : "onStreetTram",
"AffectedComponents" : {
"AffectedComponent" : [ { }, { } ]
},
"AffectedNavigationPaths" : {
"NavigationPathRef" : [ { }, { } ]
},
"Extensions" : {
"any" : { }
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
}
}, {
"StopPlaceRef" : {
"value" : "..."
},
"PlaceName" : {
"value" : "...",
"lang" : "..."
},
"StopPlaceType" : "railStation",
"AffectedComponents" : {
"AffectedComponent" : [ { }, { } ]
},
"AffectedNavigationPaths" : {
"NavigationPathRef" : [ { }, { } ]
},
"Extensions" : {
"any" : { }
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
}
} ]
}