Amadeus Solutions · JSON Structure

Seat Map Display Deck Configuration Structure

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)

Type: object Properties: 9
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

DeckConfiguration is a JSON Structure definition published by Amadeus Solutions, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

width length startSeatRow endSeatRow startWingsX endWingsX startWingsRow endWingsRow exitRowsX

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-deck-configuration-structure.json",
  "name": "DeckConfiguration",
  "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)",
  "type": "object",
  "properties": {
    "width": {
      "description": "Width (y-axis) of the deck.",
      "type": "int32"
    },
    "length": {
      "description": "Length (x-axis) of the deck.",
      "type": "int32"
    },
    "startSeatRow": {
      "description": "seat row where the deck is starting",
      "type": "int32"
    },
    "endSeatRow": {
      "description": "seat row where the deck is ending",
      "type": "int32"
    },
    "startWingsX": {
      "description": "Start x coordinate of the wings.The wings display starts relatively to the length.",
      "type": "int32"
    },
    "endWingsX": {
      "description": "End x coordinate of the wings.The wings display ends relatively to the length.",
      "type": "int32"
    },
    "startWingsRow": {
      "description": "seat row where the wing is starting",
      "type": "int32"
    },
    "endWingsRow": {
      "description": "seat row where the wing is ending",
      "type": "int32"
    },
    "exitRowsX": {
      "description": "X coordinate of the exit rows.The exit rows are displayed relatively to the length.",
      "type": "array",
      "items": {
        "type": "int32"
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/seat-map-display-deck-configuration-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.