Amadeus · JSON Structure

Flight Offers Search Dictionaries Structure

Dictionaries structure from Flight Offers Search

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

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

Properties

locations aircraft currencies carriers

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-offers-search-dictionaries-structure.json",
  "title": "Dictionaries",
  "description": "Dictionaries structure from Flight Offers Search",
  "type": "object",
  "properties": {
    "locations": {
      "type": "string"
    },
    "aircraft": {
      "type": "string"
    },
    "currencies": {
      "type": "string"
    },
    "carriers": {
      "type": "string"
    }
  }
}