Amadeus Media · JSON Structure

Hotel Content Hotel Media Response Structure

Response containing media assets for one or more hotels.

Type: object Properties: 2
ContentHotelsImagesMediaTravel

HotelMediaResponse 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

data meta

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-response-structure.json",
  "name": "HotelMediaResponse",
  "description": "Response containing media assets for one or more hotels.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/HotelMediaData"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/Meta"
    }
  }
}