Amadeus · JSON Structure

Flight Offers Price Baggage Allowance Structure

baggageAllowance

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

Flight Offers Price Baggage Allowance Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

quantity weight weightUnit

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-baggage-allowance-structure.json",
  "title": "BaggageAllowance",
  "description": "baggageAllowance",
  "type": "object",
  "properties": {
    "quantity": {
      "type": "integer",
      "description": "Total number of units"
    },
    "weight": {
      "type": "integer",
      "description": "Weight of the baggage allowance"
    },
    "weightUnit": {
      "type": "string",
      "description": "Code to qualify unit as pounds or kilos"
    }
  }
}