Amadeus · JSON Structure

Hotel Search Hotel Offers Structure

HotelOffers structure from Hotel Search API

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

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

Properties

type available self offers hotel

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-offers-structure.json",
  "title": "HotelOffers",
  "description": "HotelOffers structure from Hotel Search API",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the type of the object (hotel-offers)"
    },
    "available": {
      "type": "boolean"
    },
    "self": {
      "type": "string"
    },
    "offers": {
      "type": "array"
    },
    "hotel": {
      "type": "object",
      "description": "Hotel Content"
    }
  }
}