Skip to content

Real Estate Object

Represents a single real estate property, always nested within a testimony.

AttributeDescription
type string, enumReal estate type. Valid values: apartment, commercial, house, recreational, land, garage, other.
region string, enum, nullableSlovak region code. Valid values: ba, bb, ke, nr, po, tn, tt, za.
properties object, nullableAdditional real estate properties (e.g., storey count, garage count). See Real Estate Properties.
address object, RealEstateAddressAddress details for the real estate. See Real Estate Address.
addressCoords object, CoordsLatitude and longitude derived from the address. See Coords.
userCoords object, Coords, nullableLatitude and longitude entered manually by the user. See Coords.