| name | data type | description |
|---|---|---|
| RouteRef | RouteRefStructure | |
| Direction | array of DirectionStructure | |
| Sections | Sections | |
| StopPoints | StopPoints | |
| RouteLinks | RouteLinks | |
| Extensions | Extensions |
Example
{
"RouteRef" : {
"value" : "..."
},
"Direction" : [ {
"DirectionRef" : {
"value" : "..."
},
"DirectionName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
}, {
"DirectionRef" : {
"value" : "..."
},
"DirectionName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
} ],
"Sections" : {
"AffectedSection" : [ {
"SectionRef" : { },
"LinkProjection" : { },
"Offset" : { },
"Extensions" : { }
}, {
"SectionRef" : { },
"LinkProjection" : { },
"Offset" : { },
"Extensions" : { }
} ]
},
"StopPoints" : {
"AffectedOnly" : true,
"affectedStopPointsAndLinkProjectionToNextStopPoints" : [ {
"AffectedStopPoint" : {
"StopPointRef" : { },
"PrivateRef" : "...",
"StopPointName" : [ { }, { } ],
"StopPointType" : "pti17_255",
"Location" : { },
"AffectedModes" : { },
"PlaceRef" : { },
"PlaceName" : [ { }, { } ],
"AccessibilityAssessment" : { },
"StopCondition" : [ "pti15_255", "additionalStop" ],
"ConnectionLinks" : { },
"Extensions" : { }
}
}, {
"LinkProjectionToNextStopPoint" : {
"Line" : { },
"Features" : { }
}
} ]
},
"RouteLinks" : {
"RouteLinkRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
},
"Extensions" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
}
}