Amadeus · JSON Structure

Flight Cheapest Date Search Flight Date Structure

FlightDate structure from Flight Cheapest Date Search

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

Flight Cheapest Date Search Flight Date Structure is a JSON Structure definition published by Amadeus, describing 7 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

type origin destination departureDate returnDate price links

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-cheapest-date-search-flight-date-structure.json",
  "title": "FlightDate",
  "description": "FlightDate structure from Flight Cheapest Date Search",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "the resource name"
    },
    "origin": {
      "type": "string"
    },
    "destination": {
      "type": "string"
    },
    "departureDate": {
      "type": "string"
    },
    "returnDate": {
      "type": "string"
    },
    "price": {
      "type": "string"
    },
    "links": {
      "type": "object"
    }
  }
}