| name | data type | description | 
|---|---|---|
| AnnotatedStopPointRef | array of AnnotatedStopPointStructure | |
| Extensions | Extensions | |
| version | string | |
Properties inherited from AbstractDiscoveryDeliveryStructure | 
        ||
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionElement | |
| 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" : [ { }, { } ]
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "TimingPoint" : true,
    "Monitored" : true,
    "StopName" : {
      "value" : "...",
      "lang" : "..."
    },
    "Features" : {
      "ServiceFeature" : [ { }, { } ],
      "ServiceFeatureRef" : [ { }, { } ]
    },
    "Lines" : {
      "LineRef" : [ { }, { } ]
    }
  } ],
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "version" : "...",
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "..."
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "..."
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "..."
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "..."
    },
    "CapabilityNotSupportedError" : {
      "CapabilityRef" : "...",
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ResponseTimestamp" : "..."
}