name | data type | description |
---|---|---|
Suitability | array of SuitabilityStructure |
Example
{ "Suitability" : [ { "Suitable" : "notSuitable", "UserNeed" : { "EncumbranceNeed" : "oversizeBaggage", "MedicalNeed" : "otherMedicalNeed", "PsychosensoryNeed" : "otherPsychosensoryNeed", "MobilityNeed" : "wheelchair", "Excluded" : true, "NeedRanking" : 12345, "Extensions" : { } } }, { "Suitable" : "notSuitable", "UserNeed" : { "EncumbranceNeed" : "oversizeBaggage", "MedicalNeed" : "heartCondition", "PsychosensoryNeed" : "cognitiveInputImpairment", "MobilityNeed" : "motorizedWheelchair", "Excluded" : true, "NeedRanking" : 12345, "Extensions" : { } } } ] }