Amadeus · JSON Structure

Hotel Booking V1 Hotel Booking Light Structure

Booking Details

Type: object Properties: 5 Required: 3
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Booking V1 Hotel Booking Light Structure is a JSON Structure definition published by Amadeus, describing 5 properties, of which 3 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type id providerConfirmationId associatedRecords self

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-booking-v1-hotel-booking-light-structure.json",
  "title": "HotelBookingLight",
  "description": "Booking Details",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Response Type"
    },
    "id": {
      "type": "string",
      "description": "Booking Id"
    },
    "providerConfirmationId": {
      "type": "string",
      "description": "GDS Confirmation Number. If you call the Provider, this Reference may be asked"
    },
    "associatedRecords": {
      "type": "array"
    },
    "self": {
      "type": "string",
      "format": "uri",
      "description": "Retrieve Booking Details"
    }
  },
  "required": [
    "type",
    "id",
    "providerConfirmationId"
  ]
}