removedInput schema / $schema
Removed value: -"http://json-schema.org/draft-07/schema#"
removedInput schema / additionalProperties
Removed value: -false
changedInput schema / properties / date / description
Previous value: -"Date to check in ISO format YYYY-MM-DD (e.g. '2026-04-05')"New value: +"Date to check in YYYY-MM-DD format."
addedInput schema / properties / date / format
Added value: +"date"
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 / party_size / description
Previous value: -"Number of guests or tickets to price (default 2, max 50)"New value: +"Number of guests or tickets to price. Default 2."
addedInput schema / properties / party_size / maximum
Added value: +50
addedInput schema / properties / party_size / minimum
Added value: +1
changedInput schema / properties / slug / description
Previous value: -"Tickadoo slug or booking path, e.g. 'london-dungeon-tickets' or '/london/london-dungeon-tickets'"New value: +"Product slug or legacy booking path, e.g. \"london-dungeon-tickets\" or \"/london/london-dungeon-tickets\"."