Amadeus Reservations · JSON Structure

Transfer Booking Passenger Characteristics Structure

PassengerCharacteristics schema

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

PassengerCharacteristics 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

passengerTypeCode age

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/transfer-booking-passenger-characteristics-structure.json",
  "name": "PassengerCharacteristics",
  "description": "PassengerCharacteristics schema",
  "properties": {
    "passengerTypeCode": {
      "description": "Passenger type codes e.g. CHD , ADT. CHD is for child and ADT for Adult.",
      "type": "string",
      "example": "child"
    },
    "age": {
      "type": "int32",
      "description": "Age of the Passenger (Mandatory if typeCode= \u201cCHD\u201d)",
      "example": 12
    }
  },
  "type": "object"
}