Equipement
Represents additional equipment in the property with a name and description.
nameName (string)required
The name of the equipment, such as 'Washing Machine' or 'Coffee Maker'.
descriptionDescription (string)required
A description of the equipment and its function.
Equipement
{
"name": "string",
"description": "string"
}