Amadeus Solutions · JSON Structure

Seat Map Display Contact Purpose Structure

the purpose for which this contact is to be used

Type: string Properties: 0
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

ContactPurpose is a JSON Structure definition published by Amadeus Solutions. 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-solutions/refs/heads/main/json-structure/seat-map-display-contact-purpose-structure.json",
  "name": "ContactPurpose",
  "description": "the purpose for which this contact is to be used",
  "type": "string",
  "enum": [
    "STANDARD",
    "INVOICE",
    "STANDARD_WITHOUT_TRANSMISSION"
  ]
}