Amadeus · Schema

Meta

Meta schema from Flight Inspiration Search

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Properties

Name Type Description
currency string 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 object
defaults object the query parameters for which default values were used are returned here
View JSON Schema on GitHub

JSON Schema

flight-inspiration-search-meta-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-inspiration-search-meta-schema.json",
  "title": "Meta",
  "description": "Meta schema 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",
      "pattern": "[A-Z]{3}",
      "example": "EUR"
    },
    "links": {
      "properties": {
        "self": {
          "type": "string",
          "format": "uri",
          "example": "https://example.com/resource"
        }
      }
    },
    "defaults": {
      "description": "the query parameters for which default values were used are returned here",
      "type": "object",
      "properties": {
        "departureDate": {
          "description": "the date, or range of dates, on which the flight will depart from the origin. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2017-12-25. Ranges are specified with a comma and are inclusive",
          "type": "string",
          "example": "2011-09-10,2011-09-15"
        },
        "oneWay": {
          "description": "if this parameter is set to true, only one-way flights are considered. If this parameter is not set or set to false, only round-trip flights are considered",
          "type": "boolean",
          "example": true
        },
        "duration": {
          "description": "exact duration or range of durations of the travel, in days. This parameter must not be set if oneWay is true. Ranges are specified with a comma and are inclusive, e.g. 2,8",
          "type": "string",
          "example": "2,5"
        },
        "nonStop": {
          "description": "if this parameter is set to true, only flights going from the origin to the destination with no stop in-between are considered",
          "type": "boolean",
          "example": true
        },
        "viewBy": {
          "type": "string",
          "description": "view the flight destinations by COUNTRY, DATE, DESTINATION, DURATION, or WEEK. View by COUNTRY to get the cheapest flight dates for every country in the given range. View by DATE to get the cheapest flight dates for every departure date in the given range. View by DURATION to get the cheapest flight dates for every departure date and for every duration in the given ranges. View by WEEK to get the cheapest flight destination for every week in the given range of departure dates",
          "enum": [
            "COUNTRY",
            "DATE",
            "DESTINATION",
            "DURATION",
            "WEEK"
          ],
          "example": "COUNTRY"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/flight-inspiration-search-meta"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.