{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"investment_slug": {
"type": "string",
"description": "Slug inwestycji, np. odnowiciela-2, blackwood"
},
"status": {
"type": "string",
"enum": [
"available",
"reserved",
"sold"
],
"description": "Status mieszkania"
},
"min_area": {
"type": "number",
"description": "Min powierzchnia m²"
},
"max_area": {
"type": "number",
"description": "Max powierzchnia m²"
},
"min_price": {
"type": "number",
"description": "Min cena całkowita PLN"
},
"max_price": {
"type": "number",
"description": "Max cena całkowita PLN"
},
"rooms": {
"type": "string",
"description": "Liczba pokoi jako liczba, np. \"2\", \"3\" (porównanie po znormalizowanej liczbie pokoi)"
}
}
}{
"type": "object",
"properties": {
"unit": {
"type": "string",
"description": "Numer lokalu, np. M1, B1, M5B"
},
"investment_slug": {
"type": "string",
"description": "Slug inwestycji (opcjonalny)"
}
},
"required": [
"unit"
]
}{
"type": "object",
"properties": {
"investment_slug": {
"type": "string",
"description": "Slug inwestycji (opcjonalny)"
},
"limit": {
"type": "number",
"description": "Ile wpisów zwrócić (domyślnie 10)"
}
}
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"cel": {
"type": "string",
"enum": [
"strona_glowna",
"mieszkania",
"inwestycje",
"nieruchomosci_komercyjne",
"o_nas",
"kontakt",
"opinie",
"kupimy_grunty",
"asystent",
"blog",
"inwestycja"
],
"description": "Dokąd przejść. \"inwestycja\" wymaga pola slug."
},
"slug": {
"type": "string",
"description": "Slug inwestycji — wymagany gdy cel=\"inwestycja\""
}
},
"required": [
"cel"
]
}