Why there no response reference within current implementation? #340
Unanswered
ycherniavskyi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @ycherniavskyi, can you share what you've tried so far? I suspect it is supported by the underlying data structures, but not the newer high level DSL. It looks like the OperationBuilder.build_responses/2` function doesn't handle references. Would you mind creating a PR to add another clause to that function to handle references similar to how they are handled for parameters? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While I try to somehow pass response reference to responses property of operation (from spec I could see that Responses Object could be Response Object or Reference Object), I understand that there no such possibility for now (or I completely miss something).
Is it an intentional limitation?
Or maybe there some other way to implement the next functionality:
Beta Was this translation helpful? Give feedback.
All reactions