Amadeus Reservations · JSON Structure

Transfer Booking Contact With Address Structure

Contact and Adress details

Type: Properties: 0
BookingFlightsHotelsReservationsTravel

ContactWithAddress 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-contact-with-address-structure.json",
  "name": "ContactWithAddress",
  "description": "Contact and Adress details",
  "allOf": [
    {
      "$ref": "#/definitions/Contact"
    },
    {
      "type": "object",
      "properties": {
        "address": {
          "$ref": "#/definitions/AddressCommon"
        }
      }
    }
  ]
}