Amadeus Reservations · JSON Structure

Flight Order Management Chargeable Seat Structure

Details of chargeable seat

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

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

Properties

id number

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-reservations/refs/heads/main/json-structure/flight-order-management-chargeable-seat-structure.json",
  "name": "ChargeableSeat",
  "description": "Details of chargeable seat",
  "type": "object",
  "properties": {
    "id": {
      "description": "Id of the chargeable seat",
      "type": "string",
      "example": "1"
    },
    "number": {
      "type": "string",
      "description": "seat number",
      "example": "33D",
      "pattern": "[1-9][0-9]{0,2}[A-Z]?"
    }
  }
}