Amadeus · Schema

AllotmentDetails

AllotmentDetails schema from Flight Availibilities Search

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
tourName string The tour name agreed for this specific allotment.
tourReference string The tour reference agreed for this specific allotment.
View JSON Schema on GitHub

JSON Schema

flight-availabilities-search-allotment-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-availabilities-search-allotment-details-schema.json",
  "title": "AllotmentDetails",
  "description": "AllotmentDetails schema from Flight Availibilities Search",
  "type": "object",
  "properties": {
    "tourName": {
      "description": "The tour name agreed for this specific allotment.",
      "type": "string",
      "example": "Sample Name"
    },
    "tourReference": {
      "description": "The tour reference agreed for this specific allotment.",
      "type": "string",
      "example": "string-value"
    }
  }
}