Amadeus Solutions · Schema

ChargeableCheckdBags

Details of chargeable checked bags

AirlinesBookingFlightsGDSHotelsTravelTravel Technology
View JSON Schema on GitHub

JSON Schema

flight-offers-price-chargeable-checkd-bags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/flight-offers-price-chargeable-checkd-bags-schema.json",
  "title": "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"
        }
      }
    }
  ]
}