AircraftEntry

AircraftEntry schema

BookingFlightsHotelsReservationsTravel
View JSON Schema on GitHub

JSON Schema

flight-create-orders-aircraft-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-schema/flight-create-orders-aircraft-entry-schema.json",
  "title": "AircraftEntry",
  "description": "AircraftEntry schema",
  "additionalProperties": {
    "description": "the manufacturer/model of aircraft",
    "type": "string"
  }
}