Amadeus Solutions · JSON Structure

Flight Offers Price Chargeable Checkd Bags Structure

Details of chargeable checked bags

Type: Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

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-chargeable-checkd-bags-structure.json",
  "name": "ChargeableCheckdBags",
  "description": "Details of chargeable checked bags",
  "allOf": [
    {
      "$ref": "#/definitions/BaggageAllowance"
    },
    {
      "type": "object",
      "properties": {
        "id": {
          "description": "Id of the chargeable bag",
          "type": "string",
          "example": "1"
        }
      }
    }
  ]
}