Amadeus · JSON Structure

Flight Create Orders Aircraft Equipment Structure

information related to the aircraft

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

Flight Create Orders Aircraft Equipment Structure is a JSON Structure definition published by Amadeus, describing 1 property. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

code

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-create-orders-aircraft-equipment-structure.json",
  "title": "AircraftEquipment",
  "description": "information related to the aircraft",
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "IATA aircraft code (http://www.flugzeuginfo.net/table_accodes_iata_en.php)\n"
    }
  }
}