Amadeus · JSON Structure

Flight Availabilities Search Search Criteria Light Structure

SearchCriteriaLight structure from Flight Availibilities Search

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

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

Properties

excludeAllotments flightFilters

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-availabilities-search-search-criteria-light-structure.json",
  "title": "SearchCriteriaLight",
  "description": "SearchCriteriaLight structure from Flight Availibilities Search",
  "type": "object",
  "properties": {
    "excludeAllotments": {
      "type": "boolean",
      "description": "This option allows to exclude the isAllotment flag associated to a booking class in the search response when it exist."
    },
    "flightFilters": {
      "type": "object"
    }
  }
}