| name | data type | description |
|---|---|---|
| FacilityRef | FacilityRef | |
| Monitored | boolean | |
| Facility | FacilityStructure |
Example
{
"FacilityRef" : {
"value" : "..."
},
"Monitored" : true,
"Facility" : {
"FacilityCode" : "...",
"Description" : {
"value" : "...",
"lang" : "..."
},
"FacilityClass" : [ "unknown", "serviceForPersonalDevice" ],
"Features" : {
"Feature" : [ { }, { } ]
},
"OwnerRef" : {
"value" : "..."
},
"OwnerName" : {
"value" : "...",
"lang" : "..."
},
"ValidityCondition" : {
"Period" : [ { }, { } ],
"Timeband" : [ { }, { } ],
"DayType" : [ "weekends", "unknown" ],
"HolidayType" : [ "holiday", "sundaysAndPublicHolidays" ]
},
"FacilityLocation" : {
"LineRef" : { },
"StopPointRef" : { },
"VehicleRef" : { },
"DatedVehicleJourneyRef" : { },
"ConnectionLinkRef" : { },
"InterchangeRef" : { },
"StopPlaceRef" : { },
"StopPlaceComponentId" : { },
"OperatorRef" : { },
"ProductCategoryRef" : { },
"ServiceFeatureRef" : [ { }, { } ],
"VehicleFeatureRef" : [ { }, { } ]
},
"Limitations" : {
"WheelchairAccess" : { },
"StepFreeAccess" : { },
"EscalatorFreeAccess" : { },
"LiftFreeAccess" : { },
"AudibleSignalsAvailable" : { },
"VisualSignsAvailable" : { }
},
"Suitabilities" : {
"Suitability" : [ { }, { } ]
},
"AccessibilityAssessment" : {
"MobilityImpairedAccess" : true,
"Limitations" : { },
"Suitabilities" : { },
"Extensions" : { }
},
"Extensions" : {
"any" : { }
}
}
}