Amadeus · JSON Structure

Seatmap Display Seatmap Traveler Pricing Structure

SeatmapTravelerPricing structure from Seatmap Display

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

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

Properties

travelerId seatAvailabilityStatus price

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-seatmap-traveler-pricing-structure.json",
  "title": "SeatmapTravelerPricing",
  "description": "SeatmapTravelerPricing structure from Seatmap Display",
  "type": "object",
  "properties": {
    "travelerId": {
      "type": "string",
      "description": "Traveler id"
    },
    "seatAvailabilityStatus": {
      "type": "string",
      "description": "Seat availability for this specific traveler. Allows better seat choice per traveler"
    },
    "price": {
      "type": "string"
    }
  }
}