Amadeus Reservations · JSON Structure

Transfer Booking Passenger Structure

passenger data

Type: Properties: 0
BookingFlightsHotelsReservationsTravel

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

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-structure.json",
  "name": "Passenger",
  "description": "passenger data",
  "allOf": [
    {
      "$ref": "#/definitions/Name"
    },
    {
      "type": "object",
      "properties": {
        "contacts": {
          "$ref": "#/definitions/Contact"
        },
        "billingAddress": {
          "$ref": "#/definitions/AddressCommon"
        }
      }
    }
  ]
}