Amadeus · JSON Structure

Flight Order Management Co2 Emission Structure

Co2Emission structure from Flight Order Management

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

Flight Order Management Co2 Emission 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

weight weightUnit cabin

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-order-management-co2-emission-structure.json",
  "title": "Co2Emission",
  "description": "Co2Emission structure from Flight Order Management",
  "type": "object",
  "properties": {
    "weight": {
      "type": "integer",
      "description": "Weight of Co2 emitted for the concerned segment"
    },
    "weightUnit": {
      "type": "string",
      "description": "Code to qualify unit as pounds or kilos"
    },
    "cabin": {
      "type": "string",
      "description": "quality of service offered in the cabin where the seat is located in this flight. Economy, premium economy, business or first class"
    }
  }
}