DO.DR.07 HousingSupport

DO.DR.07 HousingSupport

This data object contains information related to the support that the person with disability requires regarding barriers in housing.

AttributeTypeCardinalityDescription

type

0...1

The type of housing support

support_status

0...1

The status if requiredd or already received

registration_date

0...1

The date the support was registered

last_updated

0...1

The date the support was updated

Example of JSON data structure for HousingSupport

{
    "type":"Relocation",
    "support_status" : "Required",
    "registration_date": "2023-01-10T00:00:00Z"
}

JSON-LD File on GitHub

Last updated