Amadeus Media · JSON Structure

Hotel Content Hotel Media Data Structure

Media assets for a single hotel.

Type: object Properties: 2
ContentHotelsImagesMediaTravel

HotelMediaData is a JSON Structure definition published by Amadeus Media, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

hotelId media

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-media/refs/heads/main/json-structure/hotel-content-hotel-media-data-structure.json",
  "name": "HotelMediaData",
  "description": "Media assets for a single hotel.",
  "type": "object",
  "properties": {
    "hotelId": {
      "type": "string",
      "description": "Amadeus property code.",
      "example": "MCLONGHM"
    },
    "media": {
      "type": "array",
      "description": "List of media assets for the hotel.",
      "items": {
        "$ref": "#/components/schemas/HotelMediaItem"
      }
    }
  }
}