| name | data type | description |
|---|---|---|
| JourneyPatternRef | JourneyPatternRef | |
| Name | array of NaturalLanguageStringStructure | |
| StopsInPattern | StopsInPattern |
Example
{
"JourneyPatternRef" : {
"value" : "..."
},
"Name" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"StopsInPattern" : {
"StopPointInPattern" : [ {
"Order" : 12345,
"OnwardLinkShape" : { },
"LinkProjectionToNextStopPoint" : { },
"Extensions" : { },
"StopPointRef" : { },
"TimingPoint" : true,
"Monitored" : true,
"StopName" : [ { }, { } ],
"StopAreaRef" : { },
"Features" : { },
"Lines" : { },
"Location" : { },
"Url" : "..."
}, {
"Order" : 12345,
"OnwardLinkShape" : { },
"LinkProjectionToNextStopPoint" : { },
"Extensions" : { },
"StopPointRef" : { },
"TimingPoint" : true,
"Monitored" : true,
"StopName" : [ { }, { } ],
"StopAreaRef" : { },
"Features" : { },
"Lines" : { },
"Location" : { },
"Url" : "..."
} ]
}
}