Amadeus · Schema
Amenity_Seat
Characteristics for a group of seat, such as Distance from one seat to the another in front or behind it or width space
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
Properties
| Name | Type | Description |
|---|---|---|
| legSpace | integer | Space between 2 seats |
| spaceUnit | string | |
| tilt | string | Flatness of a seat |
| amenityType | string | |
| medias | array | list of media associated to the seat (rich content) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/seatmap-display-amenity-seat-schema.json",
"title": "Amenity_Seat",
"description": "Characteristics for a group of seat, such as Distance from one seat to the another in front or behind it or width space",
"type": "object",
"properties": {
"legSpace": {
"description": "Space between 2 seats",
"type": "integer",
"example": 33
},
"spaceUnit": {
"type": "string",
"enum": [
"INCHES",
"CENTIMENTERS"
],
"example": "INCHES"
},
"tilt": {
"description": "Flatness of a seat",
"type": "string",
"enum": [
"FULL_FLAT",
"ANGLE_FLAT",
"NORMAL"
],
"example": "FULL_FLAT"
},
"amenityType": {
"type": "string",
"enum": [
"SEAT"
],
"example": "SEAT"
},
"medias": {
"description": "list of media associated to the seat (rich content)",
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "media title",
"example": "My image title"
},
"href": {
"type": "string",
"format": "uri",
"example": "http://pdt.multimediarepository.testing.amadeus.com/cmr/retrieve/hotel/69810B23CB8644A18AF760DC66BE41A6",
"description": "href to display the original media.\n"
},
"description": {
"$ref": "#/definitions/QualifiedFreeText"
},
"mediaType": {
"type": "string",
"description": "media type as per IANA (https://www.iana.org/assignments/media-types/media-types.xhtml)",
"enum": [
"application",
"audio",
"font",
"example",
"image",
"message",
"model",
"multipart",
"text",
"video"
],
"example": "image"
}
},
"title": "Media",
"description": "Media is a digital content like image, video with associated text and description, several scales and some metadata can be provided also."
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/seatmap-display-amenity-seat"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.