addedInput schema / properties / checkin / description
Added value: +"Check-in date in YYYY-MM-DD format."
removedInput schema / properties / checkin / title
Removed value: -"Checkin"
addedInput schema / properties / checkout / description
Added value: +"Check-out date in YYYY-MM-DD format."
removedInput schema / properties / checkout / title
Removed value: -"Checkout"
removedInput schema / properties / children_ages
Removed value: -{
- "default": "",
- "title": "Children Ages",
- "type": "string"
-}
removedInput schema / properties / gondola_rate_id / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / gondola_rate_id / default
Removed value: -null
addedInput schema / properties / gondola_rate_id / description
Added value: +"Optional rate ID from get_hotel_details or compare_rates. When provided, the link deep-links straight to that rate's checkout page instead of the generic hotel page."
removedInput schema / properties / gondola_rate_id / title
Removed value: -"Gondola Rate Id"
addedInput schema / properties / gondola_rate_id / type
Added value: +"integer"
addedInput schema / properties / hotel_id / description
Added value: +"The hotel's Vervotech property ID."
removedInput schema / properties / hotel_id / title
Removed value: -"Hotel Id"
addedInput schema / properties / num_adults / description
Added value: +"Number of adult guests."
removedInput schema / properties / num_adults / title
Removed value: -"Num Adults"
removedInput schema / title
Removed value: -"get_booking_linkArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "get_booking_linkOutput",
- "type": "object"
-}New value: +null