removedInput schema / properties / bedPreference[]
Removed value: -{
- "description": "Filter by bed configuration. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "twinBeds",
- "doubleBed"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / bedPreference__
Added value: +{
+ "description": "Filter by bed configuration. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "twinBeds",
+ "doubleBed"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / distanceFromCenter[]
Removed value: -{
- "description": "Filter by distance from the destination center. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "lessThan1Km",
- "lessThan3Km",
- "lessThan5Km"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / distanceFromCenter__
Added value: +{
+ "description": "Filter by distance from the destination center. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "lessThan1Km",
+ "lessThan3Km",
+ "lessThan5Km"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / facilities[]
Removed value: -{
- "description": "Filter by property-level facilities. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "swimmingPool",
- "parking",
- "spa",
- "freeWifi",
- "hotTubJacuzzi",
- "airportShuttle",
- "fitnessCenter",
- "restaurant",
- "nonSmokingRooms",
- "frontDesk24Hour",
- "electricVehicleChargingStation",
- "wheelchairAccessible",
- "roomService"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / facilities__
Added value: +{
+ "description": "Filter by property-level facilities. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "swimmingPool",
+ "parking",
+ "spa",
+ "freeWifi",
+ "hotTubJacuzzi",
+ "airportShuttle",
+ "fitnessCenter",
+ "restaurant",
+ "nonSmokingRooms",
+ "frontDesk24Hour",
+ "electricVehicleChargingStation",
+ "wheelchairAccessible",
+ "roomService"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / meals[]
Removed value: -{
- "description": "Filter by available meal plans. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "breakfastIncluded",
- "kitchenFacilities"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / meals__
Added value: +{
+ "description": "Filter by available meal plans. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "breakfastIncluded",
+ "kitchenFacilities"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / onlinePayment[]
Removed value: -{
- "description": "Filter by online payment options.",
- "items": {
- "enum": [
- "acceptsOnlinePayments"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / onlinePayment__
Added value: +{
+ "description": "Filter by online payment options.",
+ "items": {
+ "enum": [
+ "acceptsOnlinePayments"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / price[max]
Removed value: -{
- "description": "Maximum total price for the stay, in the requested `currency`. Must be `>= 20` and greater than `price[min]`. Required if `price[min]` is omitted.",
- "type": "number"
-}
removedInput schema / properties / price[min]
Removed value: -{
- "description": "Minimum total price for the stay, in the requested `currency`. Must be `>= 10`. Required if `price[max]` is omitted.",
- "type": "number"
-}
addedInput schema / properties / price_max_
Added value: +{
+ "description": "Maximum total price for the stay, in the requested `currency`. Must be `>= 20` and greater than `price[min]`. Required if `price[min]` is omitted.",
+ "type": "number"
+}
addedInput schema / properties / price_min_
Added value: +{
+ "description": "Minimum total price for the stay, in the requested `currency`. Must be `>= 10`. Required if `price[max]` is omitted.",
+ "type": "number"
+}
removedInput schema / properties / propertyAccessibility[]
Removed value: -{
- "description": "Filter by property-level accessibility features. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "auditoryGuidance",
- "toiletWithGrabRails",
- "visualAidsTactileSigns",
- "visualAidsBraille",
- "bathroomEmergencyCord",
- "raisedToilet",
- "loweredSink"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / propertyAccessibility__
Added value: +{
+ "description": "Filter by property-level accessibility features. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "auditoryGuidance",
+ "toiletWithGrabRails",
+ "visualAidsTactileSigns",
+ "visualAidsBraille",
+ "bathroomEmergencyCord",
+ "raisedToilet",
+ "loweredSink"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / propertyType[]
Removed value: -{
- "description": "Filter by property type. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "hostels",
- "bedAndBreakfast",
- "hotels",
- "apartments",
- "resorts",
- "guesthouses",
- "homestays",
- "entireHomesAndApartments"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / propertyType__
Added value: +{
+ "description": "Filter by property type. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "hostels",
+ "bedAndBreakfast",
+ "hotels",
+ "apartments",
+ "resorts",
+ "guesthouses",
+ "homestays",
+ "entireHomesAndApartments"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / rating[]
Removed value: -{
- "description": "Filter by official star rating. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "oneStar",
- "twoStars",
- "threeStars",
- "fourStars",
- "fiveStars"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / rating__
Added value: +{
+ "description": "Filter by official star rating. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "oneStar",
+ "twoStars",
+ "threeStars",
+ "fourStars",
+ "fiveStars"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / reservationPolicy[]
Removed value: -{
- "description": "Filter by reservation flexibility. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "freeCancellation",
- "noPrepayment"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / reservationPolicy__
Added value: +{
+ "description": "Filter by reservation flexibility. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "freeCancellation",
+ "noPrepayment"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / reviewScore[]
Removed value: -{
- "description": "Filter by minimum guest review score bucket. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "wonderful",
- "veryGood",
- "good",
- "pleasant"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / reviewScore__
Added value: +{
+ "description": "Filter by minimum guest review score bucket. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "wonderful",
+ "veryGood",
+ "good",
+ "pleasant"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / roomAccessibility[]
Removed value: -{
- "description": "Filter by in-room accessibility features. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "upperFloorsAccessibleByElevator",
- "entireUnitLocatedOnGroundFloor",
- "walkInShower",
- "entireUnitWheelchairAccessible",
- "adaptedBath",
- "rollInShower",
- "showerChair",
- "emergencyCordInBathroom",
- "toiletWithGrabRails",
- "raisedToilet",
- "lowerSink"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / roomAccessibility__
Added value: +{
+ "description": "Filter by in-room accessibility features. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "upperFloorsAccessibleByElevator",
+ "entireUnitLocatedOnGroundFloor",
+ "walkInShower",
+ "entireUnitWheelchairAccessible",
+ "adaptedBath",
+ "rollInShower",
+ "showerChair",
+ "emergencyCordInBathroom",
+ "toiletWithGrabRails",
+ "raisedToilet",
+ "lowerSink"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / roomFacilities[]
Removed value: -{
- "description": "Filter by in-room facilities. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "privateBathroom",
- "balcony",
- "seaView",
- "kitchenKitchenette",
- "airConditioning",
- "bathtub",
- "hotTub",
- "view",
- "spaTub",
- "upperFloorsAccessibleByElevator",
- "microwave",
- "refrigerator",
- "coffeeMachine",
- "electricKettle",
- "heating",
- "towels",
- "toilet",
- "mountainView",
- "flatScreenTv",
- "tv",
- "coffeeTeaMaker",
- "hairdryer",
- "toiletPaper",
- "shower",
- "linens"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / roomFacilities__
Added value: +{
+ "description": "Filter by in-room facilities. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "privateBathroom",
+ "balcony",
+ "seaView",
+ "kitchenKitchenette",
+ "airConditioning",
+ "bathtub",
+ "hotTub",
+ "view",
+ "spaTub",
+ "upperFloorsAccessibleByElevator",
+ "microwave",
+ "refrigerator",
+ "coffeeMachine",
+ "electricKettle",
+ "heating",
+ "towels",
+ "toilet",
+ "mountainView",
+ "flatScreenTv",
+ "tv",
+ "coffeeTeaMaker",
+ "hairdryer",
+ "toiletPaper",
+ "shower",
+ "linens"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}
removedInput schema / properties / travelGroup[]
Removed value: -{
- "description": "Filter by travel-group oriented stay options. Multiple values are combined with OR.",
- "items": {
- "enum": [
- "adultsOnly",
- "petFriendly"
- ],
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / travelGroup__
Added value: +{
+ "description": "Filter by travel-group oriented stay options. Multiple values are combined with OR.",
+ "items": {
+ "enum": [
+ "adultsOnly",
+ "petFriendly"
+ ],
+ "type": "string"
+ },
+ "type": "array"
+}