Optional ReadonlydescriptionHuman-readable description of the link relationship.
ReadonlyoperationoperationId of the target operation.
Optional ReadonlyparametersMap of target parameter names to values.
Record<string, string> — raw OpenAPI runtime expressions such as
'$response.body#/id'.(response: PropertyRefTree<TResponse>) => Record<string, unknown> —
type-safe selector; properties accessed on response are converted to
$response.body#/<pointer> expressions automatically.Optional ReadonlyrequestRuntime expression or literal for the linked operation's request body.
A link from a response to a follow-up operation.
See
https://spec.openapis.org/oas/v3.1.0#link-object