removedInput schema / properties / from_date
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Start date filter (ISO format, e.g. \"2023-01-01\")"
-}
changedInput schema / properties / limit / default
Previous value: -25New value: +10
removedInput schema / properties / limit / description
Removed value: -"Max results to return (default 25)"
removedInput schema / properties / max_price
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Maximum price filter in £"
-}
removedInput schema / properties / min_price
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Minimum price filter in £"
-}
removedInput schema / properties / paon
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Primary address (house name/number) for address-based search"
-}
removedInput schema / properties / postcode / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / postcode / default
Removed value: -null
removedInput schema / properties / postcode / description
Removed value: -"UK postcode (e.g. \"SW1A 1AA\") - required for postcode search"
addedInput schema / properties / postcode / type
Added value: +"string"
removedInput schema / properties / property_type / description
Removed value: -"Filter by type: F=flat, D=detached, S=semi, T=terraced"
removedInput schema / properties / street
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Street name for address-based search"
-}
removedInput schema / properties / to_date
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "End date filter (ISO format)"
-}
removedInput schema / properties / town
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Town name for address-based search"
-}
addedInput schema / required
Added value: +[
+ "postcode"
+]