Amadeus Solutions · JSON Structure

Seat Map Display Loyalty Program Structure

loyalty program information

Type: object Properties: 2
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Properties

programOwner id

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-solutions/refs/heads/main/json-structure/seat-map-display-loyalty-program-structure.json",
  "name": "LoyaltyProgram",
  "description": "loyalty program information",
  "type": "object",
  "properties": {
    "programOwner": {
      "type": "string",
      "description": "loyalty program airline code",
      "example": "AF"
    },
    "id": {
      "type": "string",
      "description": "loyalty program number",
      "example": "12357466574"
    }
  }
}