Amadeus · JSON Structure

Seatmap Display Seat Structure

Seat structure from Seatmap Display

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

Seatmap Display Seat Structure is a JSON Structure definition published by Amadeus, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

cabin number characteristicsCodes travelerPricing coordinates

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/seatmap-display-seat-structure.json",
  "title": "Seat",
  "description": "Seat structure from Seatmap Display",
  "type": "object",
  "properties": {
    "cabin": {
      "type": "string",
      "description": "Cabin of the seat."
    },
    "number": {
      "type": "string",
      "description": "Concatenation of the row id and the column id, for example 12B"
    },
    "characteristicsCodes": {
      "type": "array",
      "description": "List of seat characteristics (the characteristic's names can be retrieved in the seat characteristic dictionary) Possible values are part of:\n\n  IATA code: Most of the codes are defined by IATA Standard/IATA Code list 9825\n\n  Amadeus Code: defined as extension, example MV=row with movie screen\n\n  Seat map display Code: API specific codes, example 1A_AQC_PREMIUM_SEAT=premium seat"
    },
    "travelerPricing": {
      "type": "array",
      "description": "Traveler's information and price"
    },
    "coordinates": {
      "type": "object"
    }
  }
}