| name | data type | description |
|---|---|---|
| AnnotatedStopPointRef | AnnotatedStopPointStructure | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractDiscoveryDeliveryStructure |
||
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
| ValidUntil | string | |
| ShortestPossibleCycle | Duration | |
Properties inherited from ResponseStructure |
||
| ResponseTimestamp | string | |
Example
{
"AnnotatedStopPointRef" : {
"StopPointRef" : {
"value" : "..."
},
"TimingPoint" : true,
"Monitored" : true,
"StopName" : {
"value" : "...",
"lang" : "..."
},
"Features" : {
"ServiceFeature" : [ { }, { } ],
"ServiceFeatureRef" : [ { }, { } ]
},
"Lines" : [ {
"LineRef" : [ { }, { } ]
}, {
"LineRef" : [ { }, { } ]
} ]
},
"Extensions" : {
"any" : { }
},
"version" : "...",
"Status" : true,
"ErrorCondition" : {
"CapabilityNotSupportedError" : {
"CapabilityRef" : { }
},
"AccessNotAllowedError" : {
"ErrorText" : "..."
},
"NoInfoForTopicError" : {
"ErrorText" : "..."
},
"AllowedResourceUsageExceededError" : {
"ErrorText" : "..."
},
"OtherError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
},
"ValidUntil" : "...",
"ShortestPossibleCycle" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ResponseTimestamp" : "..."
}