addedOutput schema / properties / appliedFilters
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "bedrooms": {
+ "type": "number"
+ },
+ "city": {
+ "type": "string"
+ },
+ "district": {
+ "type": "string"
+ },
+ "elevator": {
+ "type": "boolean"
+ },
+ "furnished": {
+ "type": "boolean"
+ },
+ "garden": {
+ "type": "boolean"
+ },
+ "maxPrice": {
+ "type": "number"
+ },
+ "minPrice": {
+ "type": "number"
+ },
+ "parking": {
+ "type": "boolean"
+ },
+ "pool": {
+ "type": "boolean"
+ },
+ "propertyType": {
+ "type": "string"
+ },
+ "seaView": {
+ "type": "boolean"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / criteria
Added value: +{
+ "items": {
+ "properties": {
+ "key": {
+ "type": "string"
+ },
+ "note": {
+ "type": "string"
+ },
+ "state": {
+ "enum": [
+ "applied",
+ "unresolved",
+ "not_supported"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "key",
+ "value",
+ "state"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / fxRates
Added value: +{
+ "properties": {
+ "base": {
+ "enum": [
+ "GBP"
+ ],
+ "type": "string"
+ },
+ "isFallback": {
+ "type": "boolean"
+ },
+ "rates": {
+ "properties": {
+ "EUR": {
+ "type": "number"
+ },
+ "TRY": {
+ "type": "number"
+ },
+ "USD": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "EUR",
+ "USD",
+ "TRY"
+ ],
+ "type": "object"
+ },
+ "source": {
+ "enum": [
+ "database",
+ "fallback"
+ ],
+ "type": "string"
+ },
+ "updatedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "base",
+ "rates",
+ "source",
+ "updatedAt",
+ "isFallback"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / listings
Added value: +{
+ "items": {
+ "properties": {
+ "areaSqm": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "bedrooms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "city": {
+ "type": "string"
+ },
+ "coverImageUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "district": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "listingNumber": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "locationPrecision": {
+ "enum": [
+ "exact",
+ "district",
+ "city"
+ ],
+ "type": "string"
+ },
+ "monthlyRentGbp": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "price": {
+ "type": "number"
+ },
+ "priceGbp": {
+ "type": "number"
+ },
+ "propertyType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "city",
+ "district",
+ "price",
+ "priceGbp",
+ "currency",
+ "type",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / nearbyAlternatives
Added value: +{
+ "properties": {
+ "listings": {
+ "items": {
+ "properties": {
+ "areaSqm": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "bedrooms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "city": {
+ "type": "string"
+ },
+ "coverImageUrl": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "district": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "listingNumber": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "locationPrecision": {
+ "enum": [
+ "exact",
+ "district",
+ "city"
+ ],
+ "type": "string"
+ },
+ "monthlyRentGbp": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "price": {
+ "type": "number"
+ },
+ "priceGbp": {
+ "type": "number"
+ },
+ "propertyType": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "city",
+ "district",
+ "price",
+ "priceGbp",
+ "currency",
+ "type",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "relaxed": {
+ "enum": [
+ "district",
+ "maxPrice"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "relaxed",
+ "listings"
+ ],
+ "type": [
+ "object",
+ "null"
+ ]
+}
addedOutput schema / properties / outOfScope
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / unresolved
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / required
Added value: +[
+ "results"
+]