Amadeus · JSON Structure

On Demand Flight Status Flight Point Structure

FlightPoint structure from On-Demand Flight Status

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

On Demand Flight Status Flight Point Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

iataCode departure arrival

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/on-demand-flight-status-flight-point-structure.json",
  "title": "FlightPoint",
  "description": "FlightPoint structure from On-Demand Flight Status",
  "type": "object",
  "properties": {
    "iataCode": {
      "type": "string",
      "description": "3-letter IATA code of the airport. e.g. CDG"
    },
    "departure": {
      "type": "string"
    },
    "arrival": {
      "type": "string"
    }
  }
}