addedOutput schema / $defs / AgentLocationType
Added value: +{
+ "enum": [
+ "DISTRICT",
+ "MUNICIPALITY",
+ "PARISH",
+ "NEIGHBORHOOD"
+ ],
+ "title": "AgentLocationType",
+ "type": "string"
+}
addedOutput schema / $defs / ListingCard / properties / freshness_at / description
Added value: +"Most recent time Casatoo observed the listing active; this is crawl freshness, not necessarily a supplier-side content change."
addedOutput schema / $defs / ListingCard / properties / gross_area / description
Added value: +"Supplier-reported gross floor area in square metres."
addedOutput schema / $defs / ListingCard / properties / n_rooms / description
Added value: +"Bedroom count normalized by Casatoo from the Portuguese T typology."
addedOutput schema / $defs / ListingCard / properties / published_at / description
Added value: +"Publication timestamp reported or derived from the supplier."
addedOutput schema / $defs / ListingCardLocation / properties / id / $ref
Added value: +"#/$defs/LocationId"
removedOutput schema / $defs / ListingCardLocation / properties / id / title
Removed value: -"Id"
removedOutput schema / $defs / ListingCardLocation / properties / id / type
Removed value: -"integer"
addedOutput schema / $defs / ListingCardLocation / properties / location_type / $ref
Added value: +"#/$defs/AgentLocationType"
removedOutput schema / $defs / ListingCardLocation / properties / location_type / title
Removed value: -"Location Type"
removedOutput schema / $defs / ListingCardLocation / properties / location_type / type
Removed value: -"string"
addedOutput schema / $defs / LocationId
Added value: +{
+ "minimum": 1,
+ "type": "integer"
+}