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"
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 / nightly_cash_cost / description
Added value: +"The current nightly cash rate to evaluate (from search_hotels)."
removedInput schema / properties / nightly_cash_cost / title
Removed value: -"Nightly Cash Cost"
addedInput schema / properties / nightly_cash_cost_currency / description
Added value: +"Currency of the cash cost (e.g. \"USD\", \"EUR\")."
removedInput schema / properties / nightly_cash_cost_currency / title
Removed value: -"Nightly Cash Cost Currency"
removedInput schema / properties / nightly_points_cost / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / nightly_points_cost / default
Removed value: -null
addedInput schema / properties / nightly_points_cost / description
Added value: +"Optional current nightly points rate."
removedInput schema / properties / nightly_points_cost / title
Removed value: -"Nightly Points Cost"
addedInput schema / properties / nightly_points_cost / type
Added value: +"integer"
removedInput schema / title
Removed value: -"predict_priceArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "predict_priceOutput",
- "type": "object"
-}New value: +null