Objects
AdditionalBuilding
An additional building on the same property as the main residence.
areainteger[int32]
Area of additional building in square meters rounded to nearest integer. This property will not be available if areaRangeLower and/or areaRangeUpper properties are set.
areaRangeLowerinteger[int32]
Lower boundary for additional building size in square meters rounded to nearest integer. This property will not be available if the area property is set.
areaRangeUpperinteger[int32]
Upper boundary for additional building size in square meters rounded to nearest integer. This property will not be available if the area property is set.
buildingTypestring
The type of the additional building.
Possible Enum values are
BARN, BOAT_HOUSE, GUEST_HOUSE, CARPORT, ENCLOSED_PORCH, GARAGE, GAZEBO, GREEN_HOUSE, POOL, SAUNA, SHED, STABLE, or UNKNOWN.floorsinteger[int32]
Number of floors in the additional building.
waterConnectionboolean
Whether the additional building has water connected.
{
"area": 15,
"areaRangeLower": 20,
"areaRangeUpper": 50,
"buildingType": "GREEN_HOUSE",
"floors": 2,
"waterConnection": true
}