Amadeus · JSON Structure

Hotel Search Hotel Product Price Variations Structure

Daily price variations and the average daily price (when available) is shown here

Type: object Properties: 2
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Hotel Product Price Variations Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

average changes

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-price-variations-structure.json",
  "title": "HotelProduct_PriceVariations",
  "description": "Daily price variations and the average daily price (when available) is shown here",
  "type": "object",
  "properties": {
    "average": {
      "type": "object",
      "description": "Price valuation information"
    },
    "changes": {
      "type": "array",
      "description": "A collection of price periods if the daily price changes during the stay"
    }
  }
}