Amadeus · JSON Structure

Hotel Search Hotel Structure

Hotel Content

Type: object Properties: 6
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Search Hotel Structure is a JSON Structure definition published by Amadeus, describing 6 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

hotelId chainCode brandCode dupeId name cityCode

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-structure.json",
  "title": "Hotel",
  "description": "Hotel Content",
  "type": "object",
  "properties": {
    "hotelId": {
      "type": "string",
      "description": "Amadeus Property Code (8 chars)"
    },
    "chainCode": {
      "type": "string",
      "description": "Brand (RT...) or Merchant (AD...) (Amadeus 2 chars Code)"
    },
    "brandCode": {
      "type": "string",
      "description": "Brand (RT...) (Amadeus 2 chars Code). Small Properties distributed by Merchants may not have a Brand.\nExample - AD (Value Hotels) is the Provider/Merchant, and RT (Accor) is the Brand of the Property"
    },
    "dupeId": {
      "type": "string",
      "description": "Unique Property identifier of the physical hotel.\nOne physical hotel can be represented by different Providers, each one having its own `hotelID`.\nThis attribute allows a client application to group together hotels that are actually the same."
    },
    "name": {
      "type": "string",
      "description": "Hotel Name"
    },
    "cityCode": {
      "type": "string",
      "description": "Warning: The IATA city code associated to the hotel (not necessary the real Hotel City)"
    }
  }
}