| name | data type | description |
|---|---|---|
| StopPointRef | StopPointRefStructure | |
| TimingPoint | boolean | |
| Monitored | boolean | |
| StopName | NaturalLanguageStringStructure | |
| Features | Features | |
| Lines | array of Lines |
Example
{
"StopPointRef" : {
"value" : "..."
},
"TimingPoint" : true,
"Monitored" : true,
"StopName" : {
"value" : "...",
"lang" : "..."
},
"Features" : {
"ServiceFeature" : [ {
"ServiceFeatureCode" : "...",
"Name" : { },
"Icon" : "..."
}, {
"ServiceFeatureCode" : "...",
"Name" : { },
"Icon" : "..."
} ],
"ServiceFeatureRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
},
"Lines" : [ {
"LineRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
}, {
"LineRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ]
} ]
}