addedOutput schema / properties / excludedUnprovenCount
Added value: +{
+ "description": "Upstream rows omitted because public facts could not prove every requested hard filter.",
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+}
addedOutput schema / properties / hasMore
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / listings / items / properties / amenities
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "balcony": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "elevator": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "furnished": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "garden": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "parking": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "petsAllowed": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "stepFreeAccess": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "wheelchairAccessible": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "furnished",
+ "elevator",
+ "parking",
+ "balcony",
+ "garden",
+ "petsAllowed",
+ "stepFreeAccess",
+ "wheelchairAccessible"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / availability
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "availableFrom": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "moveInState": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "offerStatus": {
+ "enum": [
+ "available",
+ "under_offer",
+ "unknown"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "offerStatus",
+ "availableFrom",
+ "moveInState"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / duplicates
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "confirmedOtherSources": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "confirmedSourceCount": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "confirmedOtherSources",
+ "confirmedSourceCount"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / fieldProvenance
Added value: +{
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "method": {
+ "enum": [
+ "source_structured",
+ "source_text",
+ "official_dataset",
+ "calculation",
+ "manual_review",
+ "model_extraction",
+ "model_only",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "observedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "publisher": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sourceUrl": {
+ "anyOf": [
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "status": {
+ "enum": [
+ "confirmed",
+ "estimated",
+ "thin_sample",
+ "stale",
+ "context_only",
+ "conflicted",
+ "not_collected",
+ "source_unavailable",
+ "suppressed"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "publisher",
+ "method",
+ "sourceUrl",
+ "observedAt"
+ ],
+ "type": "object"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / history
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "daysListed": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "firstObservedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "firstObservedBasis": {
+ "const": "source_listing_date_or_chathome_ingest",
+ "type": "string"
+ },
+ "lastChangedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "priceDropTotalEur": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "firstObservedAt",
+ "firstObservedBasis",
+ "daysListed",
+ "priceDropTotalEur",
+ "lastChangedAt"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / location
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "address": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "city": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "confidence": {
+ "enum": [
+ "verified",
+ "unverified",
+ "contradicted",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "district": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "postalCode": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "precision": {
+ "enum": [
+ "exact_address",
+ "street",
+ "district",
+ "commune_only",
+ "unknown"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "city",
+ "district",
+ "address",
+ "postalCode",
+ "precision",
+ "confidence"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / match
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "allRequiredConstraintsSatisfied": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "reasons": {
+ "items": {
+ "type": "string"
+ },
+ "maxItems": 3,
+ "type": "array"
+ },
+ "requiredConstraints": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "actual": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "matched",
+ "not_matched",
+ "not_verified",
+ "not_applied"
+ ],
+ "type": "string"
+ },
+ "target": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "status",
+ "target",
+ "actual"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "resultKind": {
+ "anyOf": [
+ {
+ "enum": [
+ "strict_match",
+ "partial_match",
+ "relaxed_alternative"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "allRequiredConstraintsSatisfied",
+ "resultKind",
+ "requiredConstraints",
+ "reasons"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / missingFields
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / listings / items / properties / officialScreening
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / listings / items / properties / property
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "airConditioning": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "colocation": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "completionYear": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "condition": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "constructionYear": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "floor": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "hasFloorplan": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "heatingEnergy": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "heatingType": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "landAreaSqm": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "privateRoomAreaSqm": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "rentByOwner": {
+ "anyOf": [
+ {
+ "const": true,
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "rooms": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "totalFloors": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "rooms",
+ "floor",
+ "totalFloors",
+ "constructionYear",
+ "completionYear",
+ "landAreaSqm",
+ "privateRoomAreaSqm",
+ "condition",
+ "heatingType",
+ "heatingEnergy",
+ "airConditioning",
+ "hasFloorplan",
+ "rentByOwner",
+ "colocation"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / listings / items / properties / propertyChecks
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / listings / items / properties / rent
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "agencyFee": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "agencyFeeBasis": {
+ "anyOf": [
+ {
+ "enum": [
+ "tenant_share",
+ "total_commission",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "baseMonthly": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "chargesIncluded": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "chargesMonthly": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "deposit": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "depositExceedsMaximum": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "depositMaximum": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "estimatedMonthlyTotal": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "estimatedMonthlyTotalIsLowerBound": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "estimatedUtilitiesMonthly": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "exactUpfrontCost": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "firstChargeAdvance": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "heatingMayBeDoubleCounted": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "indicativeInsuranceMonthly": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "knownMonthlyLowerBound": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "knownUpfrontCost": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "mandatoryMoveInFeeTotal": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "mandatoryMoveInFees": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "mandatoryRecurringFeeTotal": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "mandatoryRecurringFees": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "monthlyTotal": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "monthlyTotalStatus": {
+ "anyOf": [
+ {
+ "enum": [
+ "known",
+ "unknown_charges",
+ "conflicting_charges",
+ "invalid_price",
+ "unknown_mandatory_recurring_fees"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "reportedDeposit": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "unknownComponents": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "upfrontCostIsExact": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "upfrontCostIsLowerBound": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "baseMonthly",
+ "chargesMonthly",
+ "chargesIncluded",
+ "monthlyTotal",
+ "monthlyTotalStatus",
+ "knownMonthlyLowerBound",
+ "estimatedMonthlyTotal",
+ "estimatedMonthlyTotalIsLowerBound",
+ "estimatedUtilitiesMonthly",
+ "indicativeInsuranceMonthly",
+ "heatingMayBeDoubleCounted",
+ "firstChargeAdvance",
+ "reportedDeposit",
+ "deposit",
+ "depositMaximum",
+ "depositExceedsMaximum",
+ "agencyFee",
+ "agencyFeeBasis",
+ "mandatoryRecurringFees",
+ "mandatoryRecurringFeeTotal",
+ "mandatoryMoveInFees",
+ "mandatoryMoveInFeeTotal",
+ "knownUpfrontCost",
+ "exactUpfrontCost",
+ "upfrontCostIsLowerBound",
+ "upfrontCostIsExact",
+ "unknownComponents"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / listings / items / properties / schemaVersion
Added value: +{
+ "const": "agent-listing.v2",
+ "type": "string"
+}
addedOutput schema / properties / listings / items / properties / source
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "agencyConfirmedAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "agencyListingId": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "agencyName": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "lastSeenAt": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "listingUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "active",
+ "under_offer",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "statusBasis": {
+ "enum": [
+ "source_catalog_seen",
+ "listing_record_active"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "const": "original_agency_listing",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "agencyName",
+ "listingUrl",
+ "agencyListingId",
+ "lastSeenAt",
+ "status",
+ "statusBasis",
+ "agencyConfirmedAt"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / listings / items / properties / transport
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / listings / items / properties / valueContext
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "fairPrice": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "marketContext": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "priceIntegrity": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "priceIntegrity",
+ "fairPrice",
+ "marketContext"
+ ],
+ "type": "object"
+}
changedOutput schema / properties / listings / items / required
Previous value: -[
- "id",
- "url",
- "title",
- "status",
- "price",
- "currency",
- "listingType",
- "propertyType",
- "city",
- "district",
- "country",
- "beds",
- "baths",
- "areaSqm",
- "energyClass",
- "imageUrl",
- "agencyName",
- "latitude",
- "longitude"
-]New value: +[
+ "schemaVersion",
+ "id",
+ "url",
+ "title",
+ "status",
+ "price",
+ "currency",
+ "listingType",
+ "propertyType",
+ "city",
+ "district",
+ "country",
+ "beds",
+ "baths",
+ "areaSqm",
+ "energyClass",
+ "imageUrl",
+ "agencyName",
+ "source",
+ "rent",
+ "availability",
+ "property",
+ "location",
+ "history",
+ "duplicates",
+ "amenities",
+ "fieldProvenance",
+ "officialScreening",
+ "propertyChecks",
+ "transport",
+ "valueContext",
+ "missingFields",
+ "match",
+ "latitude",
+ "longitude"
+]
addedOutput schema / properties / marketMatchingUpperBound
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / matchingCount
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / matchingCountKind
Added value: +{
+ "enum": [
+ "exact",
+ "lower_bound",
+ "unavailable"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / nextCursor
Added value: +{
+ "type": "null"
+}
addedOutput schema / properties / returnedCount
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+}
addedOutput schema / properties / searchExhaustive
Added value: +{
+ "type": "boolean"
+}