Amadeus Solutions · Schema

DeckConfiguration

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)

AirlinesBookingFlightsGDSHotelsTravelTravel Technology

Properties

Name Type Description
width integer Width (y-axis) of the deck.
length integer Length (x-axis) of the deck.
startSeatRow integer seat row where the deck is starting
endSeatRow integer seat row where the deck is ending
startWingsX integer Start x coordinate of the wings.The wings display starts relatively to the length.
endWingsX integer End x coordinate of the wings.The wings display ends relatively to the length.
startWingsRow integer seat row where the wing is starting
endWingsRow integer seat row where the wing is ending
exitRowsX array X coordinate of the exit rows.The exit rows are displayed relatively to the length.
View JSON Schema on GitHub

JSON Schema

seat-map-display-deck-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/seat-map-display-deck-configuration-schema.json",
  "title": "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": "integer"
    },
    "length": {
      "description": "Length (x-axis) of the deck.",
      "type": "integer"
    },
    "startSeatRow": {
      "description": "seat row where the deck is starting",
      "type": "integer"
    },
    "endSeatRow": {
      "description": "seat row where the deck is ending",
      "type": "integer"
    },
    "startWingsX": {
      "description": "Start x coordinate of the wings.The wings display starts relatively to the length.",
      "type": "integer"
    },
    "endWingsX": {
      "description": "End x coordinate of the wings.The wings display ends relatively to the length.",
      "type": "integer"
    },
    "startWingsRow": {
      "description": "seat row where the wing is starting",
      "type": "integer"
    },
    "endWingsRow": {
      "description": "seat row where the wing is ending",
      "type": "integer"
    },
    "exitRowsX": {
      "description": "X coordinate of the exit rows.The exit rows are displayed relatively to the length.",
      "type": "array",
      "items": {
        "type": "integer"
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/seat-map-display-deck-configuration"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.