Amadeus · JSON Structure

Flight Availabilities Search Availability Class Structure

AvailabilityClass structure from Flight Availibilities Search

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

Flight Availabilities Search Availability Class Structure is a JSON Structure definition published by Amadeus, describing 4 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

numberOfBookableSeats class closedStatus tourAllotment

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/flight-availabilities-search-availability-class-structure.json",
  "title": "AvailabilityClass",
  "description": "AvailabilityClass structure from Flight Availibilities Search",
  "type": "object",
  "properties": {
    "numberOfBookableSeats": {
      "type": "number",
      "description": "Number of seats bookable in a single request. Can not be higher than 9."
    },
    "class": {
      "type": "string",
      "description": "The code of the booking class, a.k.a. class of service or Reservations/Booking Designator (RBD)"
    },
    "closedStatus": {
      "type": "string",
      "description": "Status of the booking class when it is closed."
    },
    "tourAllotment": {
      "type": "string"
    }
  }
}