removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
changedInput schema / properties / category / description
Previous value: -"Optional category filter. Valid values: theatre, musicals, tours, food, family, nightlife, sightseeing, concerts, comedy, shows, outdoor, workshops, cruises, sports."New value: +"Optional category slug to narrow results."
removedInput schema / properties / category / enum
Removed value: -[
- "theatre",
- "musicals",
- "tours",
- "food",
- "family",
- "nightlife",
- "sightseeing",
- "concerts",
- "comedy",
- "shows",
- "outdoor",
- "workshops",
- "cruises",
- "sports"
-]
changedInput schema / properties / city / description
Previous value: -"City name or slug (e.g. 'london', 'new-york', 'paris', 'tokyo', 'dubai')"New value: +"City slug."
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 / 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 / max_results / description
Previous value: -"Maximum number of experiences to return (default 10, max 25)"New value: +"Default 10, max 30."
addedInput schema / properties / max_results / maximum
Added value: +30
addedInput schema / properties / max_results / minimum
Added value: +1
changedInput schema / properties / max_results / type
Previous value: -"number"New value: +"integer"