Amadeus · JSON Structure

Flight Offers Price Flight Offer Pricing Out Structure

priced flight Offers and conditions

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

Flight Offers Price Flight Offer Pricing Out Structure is a JSON Structure definition published by Amadeus, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type flightOffers bookingRequirements

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-price-flight-offer-pricing-out-structure.json",
  "title": "FlightOfferPricingOut",
  "description": "priced flight Offers and conditions",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "flightOffers": {
      "type": "array",
      "description": "list of flight offer to price"
    },
    "bookingRequirements": {
      "type": "object",
      "description": "pricing condition at booking level"
    }
  },
  "required": [
    "type",
    "flightOffers"
  ]
}