Amadeus · JSON Structure

Seatmap Display Available Seats Counter Structure

AvailableSeatsCounter structure from Seatmap Display

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

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

Properties

travelerId value

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-available-seats-counter-structure.json",
  "title": "AvailableSeatsCounter",
  "description": "AvailableSeatsCounter structure from Seatmap Display",
  "type": "object",
  "properties": {
    "travelerId": {
      "type": "string",
      "description": "Traveler id"
    },
    "value": {
      "type": "integer",
      "description": "Number of Seats with status AVAILABLE"
    }
  }
}