{ "$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" } } }