| name | data type | description |
|---|---|---|
| Suitability | array of SuitabilityStructure |
Example
{
"Suitability" : [ {
"Suitable" : "suitable",
"UserNeed" : {
"EncumbranceNeed" : "otherAnimal",
"MedicalNeed" : "allergic",
"PsychosensoryNeed" : "auditoryImpairment",
"MobilityNeed" : "assistedWheelchair",
"Excluded" : true,
"NeedRanking" : 12345,
"Extensions" : { }
}
}, {
"Suitable" : "notSuitable",
"UserNeed" : {
"EncumbranceNeed" : "guideDog",
"MedicalNeed" : "allergic",
"PsychosensoryNeed" : "averseToCrowds",
"MobilityNeed" : "motorizedWheelchair",
"Excluded" : true,
"NeedRanking" : 12345,
"Extensions" : { }
}
} ]
}