Amadeus · Schema

Price

Price schema from Flight Cheapest Date Search

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
total string Total amount paid by the user
View JSON Schema on GitHub

JSON Schema

flight-cheapest-date-search-price-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-cheapest-date-search-price-schema.json",
  "title": "Price",
  "description": "Price schema from Flight Cheapest Date Search",
  "properties": {
    "total": {
      "description": "Total amount paid by the user",
      "type": "string",
      "example": "932.70"
    }
  },
  "type": "object"
}