{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-structure/flight-offers-search-baggage-allowance-structure.json", "name": "BaggageAllowance", "description": "baggageAllowance", "type": "object", "properties": { "quantity": { "type": "int32", "description": "Total number of units", "example": 1 }, "weight": { "type": "int32", "description": "Weight of the baggage allowance", "example": 20 }, "weightUnit": { "type": "string", "description": "Code to qualify unit as pounds or kilos", "example": "KG" } } }