Real Estate Object
Represents a single real estate property, always nested within a testimony.
| Attribute | Description |
|---|---|
type string, enum | Real estate type. Valid values: apartment, commercial, house, recreational, land, garage, other. |
region string, enum, nullable | Slovak region code. Valid values: ba, bb, ke, nr, po, tn, tt, za. |
properties object, nullable | Additional real estate properties (e.g., storey count, garage count). See Real Estate Properties. |
address object, RealEstateAddress | Address details for the real estate. See Real Estate Address. |
addressCoords object, Coords | Latitude and longitude derived from the address. See Coords. |
userCoords object, Coords, nullable | Latitude and longitude entered manually by the user. See Coords. |