Optional ReadonlybodyRequest body schema for the callback payload.
Optional ReadonlydescriptionDetailed description of the callback operation.
Optional ReadonlyexpressionRaw OpenAPI runtime expression for the callback URL,
e.g. '{$request.body#/callbackUrl}'.
Mutually exclusive with urlFrom.
Optional ReadonlymethodHTTP method for the callback request (default: 'POST').
Optional ReadonlyresponseResponse schema expected from the callback consumer.
Optional ReadonlysummaryShort summary of the callback operation.
Optional ReadonlyurlType-safe selector for the request body field holding the callback URL.
The generator converts the selected property to a
'{$request.body#/<pointer>}' expression automatically.
Mutually exclusive with expression.
A callback declaration for async request/response patterns.
See
https://spec.openapis.org/oas/v3.1.0#callback-object