changedInput schema / properties / adults / description
Previous value: -"Number of adult guests"New value: +"Number of adult guests (minimum 1, default: 1)"
changedInput schema / properties / check_in_date / description
Previous value: -"Check-in date in DD.MM.YYYY format"New value: +"Check-in date in DD.MM.YYYY format (e.g., '15.08.2025')"
changedInput schema / properties / check_out_date / description
Previous value: -"Check-out date in DD.MM.YYYY format"New value: +"Check-out date in DD.MM.YYYY format (e.g., '17.08.2025')"
changedInput schema / properties / children / description
Previous value: -"Ages of children (e.g., [8, 12])"New value: +"Ages of children as list (e.g., [8, 12] for 8 and 12 year olds)"
addedInput schema / properties / currency
Added value: +{
+ "description": "Currency code (default: 'TRY')",
+ "type": "string"
+}
changedInput schema / properties / destination_name / description
Previous value: -"Destination city name (e.g., 'İstanbul', 'Antalya')"New value: +"Destination city name (e.g., 'İstanbul', 'Antalya', 'Bodrum')"
addedInput schema / properties / limit
Added value: +{
+ "description": "Number of results per page (max 30, default: 10)",
+ "type": "integer"
+}
addedInput schema / properties / locale
Added value: +{
+ "description": "Locale code (default: 'tr_TR')",
+ "type": "string"
+}
addedInput schema / properties / nationality
Added value: +{
+ "description": "Nationality code (default: 'tr')",
+ "type": "string"
+}
addedInput schema / properties / page
Added value: +{
+ "description": "Page number for pagination (default: 1)",
+ "type": "integer"
+}
changedInput schema / properties / rooms / description
Previous value: -"Number of rooms"New value: +"Number of rooms needed (default: 1)"