Amadeus · JSON Structure

Flight Offers Search Connection Restriction Structure

Restriction towards number of connections.

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

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

Properties

maxNumberOfConnections nonStopPreferred airportChangeAllowed technicalStopsAllowed

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/flight-offers-search-connection-restriction-structure.json",
  "title": "ConnectionRestriction",
  "description": "Restriction towards number of connections.",
  "type": "object",
  "properties": {
    "maxNumberOfConnections": {
      "type": "number",
      "description": "The maximal number of connections for each itinerary. Value can be 0, 1 or 2."
    },
    "nonStopPreferred": {
      "type": "boolean",
      "description": "When this option is requested, recommendations made of Non-Stop flights only are favoured by the search, on the whole itinerary, with a weight of 75%."
    },
    "airportChangeAllowed": {
      "type": "boolean",
      "description": "Allow to change airport during connection"
    },
    "technicalStopsAllowed": {
      "type": "boolean",
      "description": "This option allows the single segment to have one or more intermediate stops (technical stops)."
    }
  }
}