Amadeus · JSON Structure

Flight Availabilities Search Date Time Type Structure

DateTimeType structure from Flight Availibilities Search

Type: object Properties: 2 Required: 1
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Availabilities Search Date Time Type Structure is a JSON Structure definition published by Amadeus, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

date time

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-availabilities-search-date-time-type-structure.json",
  "title": "DateTimeType",
  "description": "DateTimeType structure from Flight Availibilities Search",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "format": "date",
      "description": "Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2018-12-25"
    },
    "time": {
      "type": "string",
      "description": "Local time. hh:mm:ss format, e.g 10:30:00"
    }
  },
  "required": [
    "date"
  ]
}