AffectedStopPlaceElementStructure Data Type

Subtypes
AffectedStopPlaceStructure, AffectedStopPlaceComponentStructure
Implemented Interfaces
Serializable
Properties
name data type description
AccessibilityAssessment AccessibilityAssessmentStructure

Example

{
  "AccessibilityAssessment" : {
    "MobilityImpairedAccess" : true,
    "Limitations" : {
      "AccessibilityLimitation" : [ { }, { } ]
    },
    "Suitabilities" : {
      "Suitability" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ],
      "otherAttributes" : {
        "property1" : "...",
        "property2" : "..."
      }
    }
  }
}