-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhooks support OAS 3.1 #1327
Comments
See here: #1304 We plan to merge it next week (we hope). |
I've check #1304 You have implemented it as "x-webhooks", but since it will be supported as "webhooks" in 3.1, shouldn't you remove the "x-" ? Or for now you will have the "x-" and remove it eventually ? Best Regards |
It is implemented as |
Hi,
There was callbacks, but now OAS 3.1 supports Webhooks as well.
It's pretty much the same structure as a Callback but out of scope of a path. It would be nice if you could support it.
Ref: OAI/OpenAPI-Specification#1968 (Feature request)
Ref: OAI/OpenAPI-Specification#2103 (Pull Request)
Ref: https://github.com/OAI/OpenAPI-Specification/pull/2103/files/3fb1bffff5ef599418420e7d27593418deeaa2a3#diff-d2aac6cc1f8743d6fda6b4932242c6eb (Example file)
Since these are not associated to a path, they could perhaps have their own section in the left menu.
Thanks in advance
The text was updated successfully, but these errors were encountered: