Skip to content

Real Estate Properties

Properties differ based on the real estate type.

Apartment

AttributeDescription
parkingCount numberNumber of parking spaces
garageCount numberNumber of garages
json
{
  "parkingCount": 1,
  "garageCount": 0
}

Commercial

AttributeDescription
parkingCount numberNumber of parking spaces
garageCount numberNumber of garages
json
{
  "parkingCount": 1,
  "garageCount": 0
}

Garage

No additional properties.
Use null or omit the properties field for garages.

House

AttributeDescription
parcelCount numberNumber of parcels
storeyCount numberNumber of storeys
otherBuildingCount numberNumber of other buildings
detachedGarageCount numberNumber of detached garages
json
{
  "parcelCount": 1,
  "storeyCount": 1,
  "otherBuildingCount": 0,
  "detachedGarageCount": 1
}

Land

AttributeDescription
parcelCount numberNumber of parcels
json
{
  "parcelCount": 0
}

Recreational

AttributeDescription
storeyCount numberNumber of storeys
json
{
  "storeyCount": 1
}

Other

AttributeDescription
description stringAdditional real estate info
json
{
  "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
}