Amadeus · JSON Structure

Seatmap Display Facility Structure

Facility structure from Seatmap Display

Type: object Properties: 5
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Seatmap Display Facility 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

code column row position coordinates

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-facility-structure.json",
  "title": "Facility",
  "description": "Facility structure from Seatmap Display",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "Facility code, as described in the facility dictionary"
    },
    "column": {
      "type": "string"
    },
    "row": {
      "type": "string"
    },
    "position": {
      "type": "string",
      "description": "Position is either front, rear or seat (in case the facility takes the place of a seat)"
    },
    "coordinates": {
      "type": "object"
    }
  }
}