Replies: 3 comments
-
hey @sserrata ! saw you answering on another thread so trying to ping you here. do you have any plans to add support for OAS 3.1? |
Beta Was this translation helpful? Give feedback.
0 replies
-
hey @omonk ! same as above, could you elaborate on this question? |
Beta Was this translation helpful? Give feedback.
0 replies
-
this answered the question: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I've recently discovered that the OAS 3.1 has a specific feature to support
webhooks
documentation (see more here), which is intended to have specs for outbound requests from an API provider - not specifically related to the execution of a request, but rather some asynchronous event. Currently, in OAS 3.0 we managed to leverage thecallbacks
object on specific operations, however this can be misleading for our API consumers.My question for you is do you plan to extend the support for OAS 3.1? Or as it's not a major version update from 3.0 does your plugin support it out-of-box?
Thanks in advance for your answer!
Beta Was this translation helpful? Give feedback.
All reactions