Amadeus · JSON Structure

Transfer Search Baggage Structure

Baggage structure from Transfer Search

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

Transfer Search Baggage Structure is a JSON Structure definition published by Amadeus, describing 2 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

count size

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/transfer-search-baggage-structure.json",
  "title": "Baggage",
  "description": "Baggage structure from Transfer Search",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "baggage capacity"
    },
    "size": {
      "type": "string",
      "description": "baggage size\n\ncode   | name                                 \n------ | ---------------------------- \nS \t   | Small\nM \t   | Medium\nL \t   | Large\n"
    }
  }
}