Amadeus Solutions · Schema

ContactPurpose

the purpose for which this contact is to be used

AirlinesBookingFlightsGDSHotelsTravelTravel Technology
View JSON Schema on GitHub

JSON Schema

seat-map-display-contact-purpose-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/seat-map-display-contact-purpose-schema.json",
  "title": "ContactPurpose",
  "description": "the purpose for which this contact is to be used",
  "type": "string",
  "enum": [
    "STANDARD",
    "INVOICE",
    "STANDARD_WITHOUT_TRANSMISSION"
  ]
}