Amadeus Media · JSON Structure

Hotel Content Hotel Description Structure

Hotel description in a specific language.

Type: object Properties: 2
ContentHotelsImagesMediaTravel

HotelDescription 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

lang text

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-description-structure.json",
  "name": "HotelDescription",
  "description": "Hotel description in a specific language.",
  "type": "object",
  "properties": {
    "lang": {
      "type": "string",
      "description": "ISO 639-1 language code.",
      "example": "EN"
    },
    "text": {
      "type": "string",
      "description": "Hotel description text.",
      "example": "A luxury boutique hotel offering exceptional service and stunning city views."
    }
  }
}