Amadeus Media · Schema

HotelSearchResponse

HotelSearchResponse schema from Hotel List

ContentHotelsImagesMediaTravel

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

hotel-list-hotel-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-media/refs/heads/main/json-schema/hotel-list-hotel-search-response-schema.json",
  "title": "HotelSearchResponse",
  "description": "HotelSearchResponse schema from Hotel List",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Hotel"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/Meta"
    }
  }
}