Amadeus Reservations · JSON Structure

Flight Create Orders Dictionaries Structure

Dictionaries schema

Type: object Properties: 4
BookingFlightsHotelsReservationsTravel

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

Properties

locations aircraft currencies carriers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-dictionaries-structure.json",
  "name": "Dictionaries",
  "description": "Dictionaries schema",
  "type": "object",
  "properties": {
    "locations": {
      "$ref": "#/definitions/LocationEntry"
    },
    "aircraft": {
      "$ref": "#/definitions/AircraftEntry"
    },
    "currencies": {
      "$ref": "#/definitions/CurrencyEntry"
    },
    "carriers": {
      "$ref": "#/definitions/CarrierEntry"
    }
  }
}