Flight Offers Price Flight Offer Pricing Out Structure
priced flight Offers and conditions
FlightOfferPricingOut is a JSON Structure definition published by Amadeus Solutions, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/flight-offers-price-flight-offer-pricing-out-structure.json",
"name": "FlightOfferPricingOut",
"description": "priced flight Offers and conditions",
"type": "object",
"properties": {
"type": {
"description": "the resource name",
"type": "string",
"example": "flight-offer-pricing"
},
"flightOffers": {
"description": "list of flight offer to price",
"type": "array",
"minItems": 1,
"maxItems": 6,
"items": {
"$ref": "#/definitions/FlightOffer"
}
},
"bookingRequirements": {
"type": "object",
"name": "BookingRequirements",
"description": "pricing condition at booking level",
"properties": {
"invoiceAddressRequired": {
"type": "boolean",
"description": "If true, an invoice address is required for the creation of the flight-order",
"example": true
},
"mailingAddressRequired": {
"type": "boolean",
"description": "If true, a postal address is required for the creation of the flight-order",
"example": true
},
"emailAddressRequired": {
"type": "boolean",
"description": "If true, an email address is required for the creation of the flight-order",
"example": true
},
"phoneCountryCodeRequired": {
"type": "boolean",
"description": "If true, the phone country code (e.g. '33') associated for each phone number is required for the creation of the flight-order",
"example": true
},
"mobilePhoneNumberRequired": {
"type": "boolean",
"description": "If true, a mobile phone number is required for the creation of the flight-order",
"example": true
},
"phoneNumberRequired": {
"type": "boolean",
"description": "If true, a phone number is required for the creation of the flight-order",
"example": true
},
"postalCodeRequired": {
"type": "boolean",
"description": "If true, a postal code is required for the creation of the flight-order",
"example": true
},
"travelerRequirements": {
"type": "array",
"description": "traveler pricing condition",
"items": {
"name": "PassengerConditions",
"properties": {
"travelerId": {
"type": "string",
"description": "Id of the traveler",
"example": 1
},
"genderRequired": {
"type": "boolean",
"description": "If true, the gender is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"documentRequired": {
"type": "boolean",
"description": "If true, a document is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"documentIssuanceCityRequired": {
"type": "boolean",
"description": "If true, the isuance city of the document is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"dateOfBirthRequired": {
"type": "boolean",
"description": "If true, the date of bitrth is required for the concerned traveler for the creation of the flight-order",
"example": true
},
"redressRequiredIfAny": {
"type": "boolean",
"description": "If true, the redress is required if any for the concerned traveler for the creation of the flight-order",
"example": true
},
"airFranceDiscountRequired": {
"type": "boolean",
"description": "If true, the Air France discount is required for the concerned traveler for the creation of the flight-order",
"example": false
},
"spanishResidentDiscountRequired": {
"type": "boolean",
"description": "If true, the Spanish resident discount is required for the concerned traveler for the creation of the flight-order",
"example": false
},
"residenceRequired": {
"type": "boolean",
"description": "If true, the address is required for the concerned traveler for the creation of the flight-order",
"example": true
}
}
}
}
}
}
},
"required": [
"type",
"flightOffers"
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/flight-offers-price-flight-offer-pricing-out-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.