Amadeus Media · JSON Structure

Hotel Content Hotel Content Response Structure

Response containing hotel content data for one or more hotels.

Type: object Properties: 2
ContentHotelsImagesMediaTravel

HotelContentResponse 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-content-response-structure.json",
  "name": "HotelContentResponse",
  "description": "Response containing hotel content data for one or more hotels.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of hotel content objects.",
      "items": {
        "$ref": "#/components/schemas/HotelContent"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/Meta"
    }
  }
}