Amadeus · JSON Structure

Transfer Search Seat Structure

Seat structure from Transfer Search

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

Transfer Search Seat 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

count row 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-seat-structure.json",
  "title": "Seat",
  "description": "Seat structure from Transfer Search",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "description": "seat capacity"
    },
    "row": {
      "type": "string",
      "description": "seat row"
    },
    "size": {
      "type": "string",
      "description": "seat size"
    }
  }
}