Amadeus · JSON Structure

Flight Inspiration Search Meta Structure

Meta structure from Flight Inspiration Search

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

Flight Inspiration Search Meta 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

currency links defaults

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-inspiration-search-meta-structure.json",
  "title": "Meta",
  "description": "Meta structure from Flight Inspiration Search",
  "type": "object",
  "properties": {
    "currency": {
      "type": "string",
      "description": "the currency in which the prices of the flight offers are returned. Currency is specified in the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) format, e.g. EUR for Euro"
    },
    "links": {
      "type": "string"
    },
    "defaults": {
      "type": "object",
      "description": "the query parameters for which default values were used are returned here"
    }
  }
}