Amadeus Reservations · JSON Structure

Transfer Booking Loyalty Number Structure

LoyaltyNumber schema

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

LoyaltyNumber 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

program value

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-loyalty-number-structure.json",
  "name": "LoyaltyNumber",
  "description": "LoyaltyNumber schema",
  "type": "object",
  "properties": {
    "program": {
      "type": "string",
      "description": "loyalty program name"
    },
    "value": {
      "type": "string",
      "description": "loyalty number value"
    }
  }
}