Amadeus · JSON Structure

Seatmap Display Operating Flight Structure

information about the operating flight

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

Seatmap Display Operating Flight Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

carrierCode number suffix

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/seatmap-display-operating-flight-structure.json",
  "title": "OperatingFlight",
  "description": "information about the operating flight",
  "type": "object",
  "properties": {
    "carrierCode": {
      "type": "string",
      "description": "providing the airline / carrier code"
    },
    "number": {
      "type": "string",
      "description": "the flight number as assigned by the carrier"
    },
    "suffix": {
      "type": "string",
      "description": "the flight number suffix as assigned by the carrier"
    }
  }
}