Amadeus · JSON Structure

Seatmap Display Deck Structure

deck information

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

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

Properties

deckType deckConfiguration facilities seats

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-deck-structure.json",
  "title": "Deck",
  "description": "deck information",
  "type": "object",
  "properties": {
    "deckType": {
      "type": "string",
      "description": "A deck is a level on an aircraft. The deck location of the cabin (current possible values are upper or main) The main deck, where passengers are seated on a passenger flight. Upper deck is above the main deck where more passengers are seated."
    },
    "deckConfiguration": {
      "type": "object",
      "description": "deck dimensions are used as a reference to display the entire aircraft or to the section associated to the requested cabin (or set of cabins)"
    },
    "facilities": {
      "type": "array"
    },
    "seats": {
      "type": "array"
    }
  }
}