Amadeus Reservations · JSON Structure

Flight Order Management Associated Record Structure

record associated to the order

Type: Properties: 0
BookingFlightsHotelsReservationsTravel

AssociatedRecord is a JSON Structure definition published by Amadeus Reservations. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-reservations/refs/heads/main/json-structure/flight-order-management-associated-record-structure.json",
  "name": "AssociatedRecord",
  "description": "record associated to the order",
  "allOf": [
    {
      "$ref": "#/definitions/AssociatedRecordCommon"
    },
    {
      "type": "object",
      "properties": {
        "flightOfferId": {
          "type": "string",
          "description": "id of the impacted flight offer",
          "example": "1"
        }
      }
    }
  ]
}