-
Notifications
You must be signed in to change notification settings - Fork 92
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
Webhook support #114
Comments
I have not taken a look into what exactly needs to be changed to support OAS 3.1, but somehow spec objects need to know which version of the spec they are representing and based on that enable the new feature. If you want to work on that, I am happy to receive a PR. |
Ok awesome will have a go at it. Already using this package to parse a spec with webhooks, but having webhook support in here will also enable using a validator to pick the correct entity from the webhook call 🎉 |
Opened #115 as WIP to add this, probably also contains some changes that handle the 3.0 vs 3.1 detections + the 3.1 spec files |
Hey ! Since #115 has been merged, should we close this one ? |
Yup, been able to use it with webhooks for some time now 👍 |
I'm aware of #101 but wanted to file this separately since it's a new feature and not a spec upgrade. OAS 3.1 supports webhooks. Would you be open to a PR adding that, and if so give me some pointers so I can start working on that?
The text was updated successfully, but these errors were encountered: