Amadeus Solutions · JSON Structure

Seat Map Display Available Seats Counter Structure

AvailableSeatsCounter schema

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Properties

travelerId value

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-available-seats-counter-structure.json",
  "name": "AvailableSeatsCounter",
  "description": "AvailableSeatsCounter schema",
  "type": "object",
  "properties": {
    "travelerId": {
      "description": "Traveler id",
      "type": "string",
      "pattern": "[a-zA-Z0-9-]{1,20}"
    },
    "value": {
      "description": "Number of Seats with status AVAILABLE",
      "type": "int32",
      "example": 5
    }
  }
}