{"schema_id":"real_estate","category":"real_estate","title":"Real estate listing","description":"Property sale / rental classifieds.","json_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://data-marketplace-catalog.bakosbence.com/v1/catalog/schemas/real_estate","title":"Real estate listing row","description":"One property listing.","type":"object","properties":{"title":{"description":"Listing / product / posting title.","type":"string"},"url":{"description":"Canonical public URL for the item.","type":"string","format":"uri"},"external_id":{"description":"Stable merchant / listing id when available.","type":"string"},"currency":{"description":"ISO-like currency code when prices are present (e.g. EUR, USD, HUF).","type":"string"},"image_urls":{"description":"Image URLs for the listing.","type":"array","items":{"type":"string","format":"uri"}},"extra":{"description":"Site-specific bag of extra fields not promoted to top-level columns.","type":"object","additionalProperties":true},"record":{"description":"Nested maximal payload on some raw JSON rows. Public samples and CSV flatten useful fields out of this bag and omit the blob.","type":"object","additionalProperties":true},"price":{"description":"Ask price when present.","type":["number","string"]},"location":{"description":"City / district / address summary.","type":"string"},"property_type":{"description":"Apartment, house, land, …","type":"string"},"rooms":{"description":"Room count when present.","type":["number","string"]},"area":{"description":"Floor area; unit may be in `extra` or text.","type":["number","string"]},"status":{"description":"Listing status when exposed.","type":"string"}},"additionalProperties":true}}