Amadeus · JSON Structure

Seatmap Display Amenity Seat Structure

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: 5
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Properties

legSpace spaceUnit tilt amenityType medias

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-amenity-seat-structure.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": {
      "type": "integer",
      "description": "Space between 2 seats"
    },
    "spaceUnit": {
      "type": "string"
    },
    "tilt": {
      "type": "string",
      "description": "Flatness of a seat"
    },
    "amenityType": {
      "type": "string"
    },
    "medias": {
      "type": "array",
      "description": "list of media associated to the seat (rich content)"
    }
  }
}