Amadeus · JSON Structure

Hotel List Hotel Search Response Structure

HotelSearchResponse structure from Hotel List

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

Hotel List Hotel Search Response 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

data meta

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-list-hotel-search-response-structure.json",
  "title": "HotelSearchResponse",
  "description": "HotelSearchResponse structure from Hotel List",
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "meta": {
      "type": "object",
      "description": "Meta information about the returned object(s) in \"data\""
    }
  }
}