removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
removedInput schema / properties / audience
Removed value: -{
- "description": "Audience filter: Family, Couples, AdultsOnly, Kids, Seniors, Groups, Solo",
- "type": "string"
-}
removedInput schema / properties / available_language
Removed value: -{
- "description": "Language filter (ISO 639-1 code)",
- "type": "string"
-}
addedInput schema / properties / category
Added value: +{
+ "description": "Optional category slug.",
+ "type": "string"
+}
removedInput schema / properties / dateFrom
Removed value: -{
- "description": "Optional start date filter in ISO date format YYYY-MM-DD (e.g. '2026-03-27'). Must be used together with dateTo.",
- "type": "string"
-}
removedInput schema / properties / dateTo
Removed value: -{
- "description": "Optional end date filter in ISO date format YYYY-MM-DD (e.g. '2026-03-28'). Must be used together with dateFrom.",
- "type": "string"
-}
changedInput schema / properties / format / default
Previous value: -"text"New value: +"json"
changedInput schema / properties / format / description
Previous value: -"Response format: text (default) or json"New value: +"Response shape. 'json' returns structured records; 'text' returns the same content rendered as a short narrative paragraph for chat surfaces."
changedInput schema / properties / format / enum
Previous value: -[
- "text",
- "json"
-]New value: +[
+ "json",
+ "text"
+]
removedInput schema / properties / free_cancellation
Removed value: -{
- "description": "Filter for free cancellation",
- "type": "boolean"
-}
removedInput schema / properties / language / default
Removed value: -"en"
changedInput schema / properties / language / description
Previous value: -"Supported language code for localised booking URLs (e.g. 'en', 'de', 'fr', 'es', 'ja', 'pt-br')"New value: +"BCP-47 language code for human-readable fields (e.g., 'en', 'fr-FR'). Defaults to English when omitted."
changedInput schema / properties / latitude / description
Previous value: -"Latitude"New value: +"Latitude coordinate."
addedInput schema / properties / limit
Added value: +{
+ "default": 10,
+ "maximum": 50,
+ "minimum": 1,
+ "type": "integer"
+}
changedInput schema / properties / longitude / description
Previous value: -"Longitude"New value: +"Longitude coordinate."
removedInput schema / properties / max_duration
Removed value: -{
- "description": "Max duration in minutes",
- "type": "number"
-}
removedInput schema / properties / max_results
Removed value: -{
- "default": 10,
- "description": "Maximum number of experiences to return (default 10, max 50)",
- "type": "number"
-}
removedInput schema / properties / min_duration
Removed value: -{
- "description": "Min duration in minutes",
- "type": "number"
-}
removedInput schema / properties / min_rating
Removed value: -{
- "description": "Minimum rating (e.g. 4.5)",
- "type": "number"
-}
removedInput schema / properties / physical_level
Removed value: -{
- "description": "Physical difficulty filter",
- "enum": [
- "Easy",
- "Moderate",
- "Demanding"
- ],
- "type": "string"
-}
changedInput schema / properties / radius_km / default
Previous value: -25New value: +5
changedInput schema / properties / radius_km / description
Previous value: -"Search radius in km (default 25)"New value: +"Search radius in kilometres."
addedInput schema / properties / radius_km / maximum
Added value: +50
addedInput schema / properties / radius_km / minimum
Added value: +0.1
removedInput schema / properties / setting
Removed value: -{
- "description": "Indoor/outdoor filter",
- "enum": [
- "Indoor",
- "Outdoor",
- "Mixed"
- ],
- "type": "string"
-}
removedInput schema / properties / sort
Removed value: -{
- "default": "relevance",
- "description": "Sort order",
- "enum": [
- "relevance",
- "popular",
- "price_low",
- "price_high",
- "rating",
- "best_value"
- ],
- "type": "string"
-}
removedInput schema / properties / tags
Removed value: -{
- "description": "Optional comma-separated tag filter. Results must match at least one tag. Valid tags: Musical, WestEnd, WalkingTour, FoodTour, Museum, Outdoor, HiddenGem, MustSee, Bestseller, Cruise, DayTrip, SkipTheLine, HopOnHopOff, WaterSport, Spa, BikeTour, Adventure, GuidedTour, Attraction, Transfer, SelfGuided, KidsAttraction, Show, Concert, Helicopter, WhaleWatching, Dining, Workshop, NightLife, Safari, Evening, Morning, Seasonal",
- "type": "string"
-}
removedInput schema / properties / wheelchair_accessible
Removed value: -{
- "description": "Filter for wheelchair-accessible experiences",
- "type": "boolean"
-}