Amadeus · JSON Structure

Flight Create Orders General Remark Structure

GeneralRemark structure from Flight Create Orders

Type: object Properties: 5 Required: 2
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Create Orders General Remark Structure is a JSON Structure definition published by Amadeus, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

subType category text travelerIds flightOfferIds

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-general-remark-structure.json",
  "title": "GeneralRemark",
  "description": "GeneralRemark structure from Flight Create Orders",
  "type": "object",
  "properties": {
    "subType": {
      "type": "string",
      "description": "general remark type"
    },
    "category": {
      "type": "string",
      "description": "remark category"
    },
    "text": {
      "type": "string",
      "description": "remark free text"
    },
    "travelerIds": {
      "type": "array",
      "description": "Id of the concerned traveler"
    },
    "flightOfferIds": {
      "type": "array",
      "description": "Id of the concern flightOffers"
    }
  },
  "required": [
    "subType",
    "text"
  ]
}