| name | data type | description |
|---|---|---|
| InterchangeRef | InterchangeRefStructure | |
| ConnectionLinkRef | ConnectionLinkRefStructure | |
| StopPointRef | StopPointRefStructure | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
Properties inherited from AbstractIdentifiedItemStructure |
||
| ItemIdentifier | string | |
Properties inherited from AbstractItemStructure |
||
| RecordedAtTime | string | |
Example
{
"InterchangeRef" : {
"value" : "..."
},
"ConnectionLinkRef" : {
"value" : "..."
},
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
}