Amadeus Solutions · JSON Structure

Flight Offers Price Fee Structure

a fee

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Fee is a JSON Structure definition published by Amadeus Solutions, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-fee-structure.json",
  "name": "Fee",
  "description": "a fee",
  "properties": {
    "amount": {
      "type": "string",
      "example": "332.70"
    },
    "type": {
      "$ref": "#/definitions/FeeType"
    }
  },
  "type": "object"
}