Amadeus · JSON Structure

Flight Order Management Discount Structure

traveler discount

Type: object Properties: 5
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Order Management Discount Structure is a JSON Structure definition published by Amadeus, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

subType cityName travelerType cardNumber certificateNumber

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-discount-structure.json",
  "title": "Discount",
  "description": "traveler discount",
  "type": "object",
  "properties": {
    "subType": {
      "type": "string",
      "description": "type of discount applied"
    },
    "cityName": {
      "type": "string",
      "description": "city of residence"
    },
    "travelerType": {
      "type": "string",
      "description": "type of discount applied"
    },
    "cardNumber": {
      "type": "string",
      "description": "resident card number"
    },
    "certificateNumber": {
      "type": "string",
      "description": "resident certificate number"
    }
  }
}