removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / country
Added value: +{
+ "description": "Optional country code or country name filter.",
+ "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 / 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."
removedInput schema / properties / limit
Removed value: -{
- "default": 50,
- "description": "Maximum number of cities to return (default 50)",
- "type": "number"
-}
removedInput schema / properties / query
Removed value: -{
- "description": "Optional city name or slug filter (e.g. 'new', 'paris', 'tokyo')",
- "type": "string"
-}