Amadeus · JSON Structure

Flight Offers Price Flight Offer Pricing In Structure

input parameter to price flight offers element

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

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

Properties

type flightOffers payments travelers

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-in-structure.json",
  "title": "FlightOfferPricingIn",
  "description": "input parameter to price flight offers element",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "flightOffers": {
      "type": "array",
      "description": "list of flight offer to price"
    },
    "payments": {
      "type": "array",
      "description": "payment information for retrieve eventual credit card fees"
    },
    "travelers": {
      "type": "array",
      "description": "list of travelers"
    }
  },
  "required": [
    "type",
    "flightOffers"
  ]
}