Amadeus Solutions · JSON Structure

Seat Map Display Operating Flight Structure

information about the operating flight

Type: object Properties: 3
AirlinesBookingFlightsGDSHotelsTravelTravel Technology

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

Properties

carrierCode number suffix

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-solutions/refs/heads/main/json-structure/seat-map-display-operating-flight-structure.json",
  "name": "OperatingFlight",
  "description": "information about the operating flight",
  "type": "object",
  "properties": {
    "carrierCode": {
      "type": "string",
      "description": "providing the airline / carrier code",
      "minLength": 1,
      "maxLength": 2,
      "example": "DL"
    },
    "number": {
      "type": "string",
      "description": "the flight number as assigned by the carrier",
      "minLength": 1,
      "maxLength": 4,
      "example": "212"
    },
    "suffix": {
      "type": "string",
      "description": "the flight number suffix as assigned by the carrier",
      "minLength": 1,
      "maxLength": 4
    }
  }
}