Amadeus Solutions · JSON Structure

Seat Map 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
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Properties

legSpace spaceUnit tilt amenityType medias

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-amenity_-seat-structure.json",
  "name": "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": "int32",
      "example": 33
    },
    "spaceUnit": {
      "type": "string",
      "enum": [
        "INCHES",
        "CENTIMENTERS"
      ]
    },
    "tilt": {
      "description": "Flatness of a seat",
      "type": "string",
      "enum": [
        "FULL_FLAT",
        "ANGLE_FLAT",
        "NORMAL"
      ]
    },
    "amenityType": {
      "type": "string",
      "enum": [
        "SEAT"
      ]
    },
    "medias": {
      "description": "list of media associated to the seat (rich content)",
      "type": "array",
      "items": {
        "$ref": "#/definitions/Amenity_Media"
      }
    }
  }
}