Amadeus Solutions · JSON Structure

Seat Map Display Seat Characteristic Dictionary Structure

seat characteristics dictionary allows mapping a service characteristic to its name. Possible values are part of: IATA code: Most of the codes are defined by IATA Standard/IATA Code list 9825, Example: CH = Chargeable Seat, W = Window Seat, A = Aisle Seat, Q = Seat in a quiet zone, E = Exit Row Seat Amadeus Code: defined as extension, example MV=row with movie screen Seat map display Code: API specific codes, example 1A_AQC_PREMIUM_SEAT=premium seat

Type: object Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

SeatCharacteristicDictionary 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/seat-map-display-seat-characteristic-dictionary-structure.json",
  "name": "SeatCharacteristicDictionary",
  "description": "seat characteristics dictionary allows mapping a service characteristic to its name. Possible values are part of:\n  IATA code: Most of the codes are defined by IATA Standard/IATA Code list 9825, Example: CH = Chargeable Seat, W = Window Seat, A = Aisle\n             Seat, Q = Seat in a quiet zone, E = Exit Row Seat\n  Amadeus Code: defined as extension, example MV=row with movie screen\n  Seat map display Code: API specific codes, example 1A_AQC_PREMIUM_SEAT=premium seat",
  "type": "object",
  "additionalProperties": {
    "type": "string"
  }
}