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 / num_adults / description
Added value: +"Number of adult guests."
removedInput schema / properties / num_adults / title
Removed value: -"Num Adults"
removedInput schema / properties / rate_sources / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / rate_sources / default
Removed value: -null
addedInput schema / properties / rate_sources / description
Added value: +"Optional comma-separated list of rate sources to check (e.g. \"travelport\", \"direct,travelport\"). Omit to check all sources."
removedInput schema / properties / rate_sources / title
Removed value: -"Rate Sources"
addedInput schema / properties / rate_sources / type
Added value: +"string"
removedInput schema / title
Removed value: -"diagnose_ratesArguments"
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "diagnose_ratesOutput",
- "type": "object"
-}New value: +null