removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
changedInput schema / properties / city / description
Previous value: -"Supported city, such as London, Paris, New York, Amsterdam, Barcelona, Rome, or Tokyo."New value: +"Supported city: London, Paris, New York, Amsterdam, Barcelona, Rome, or Tokyo."
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"
+]
changedInput schema / properties / from_type / description
Previous value: -"Arrival hub type: airport, station, or port."New value: +"Arrival hub type."
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."
addedInput schema / properties / to_latitude / maximum
Added value: +90
addedInput schema / properties / to_latitude / minimum
Added value: +-90
addedInput schema / properties / to_longitude / maximum
Added value: +180
addedInput schema / properties / to_longitude / minimum
Added value: +-180