-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Support openapi extensions in proper resources #299
Comments
Could you be more specific? |
I guess, support extensions in the missing resources just requires the structs to extend |
@fenollp thanks for your quick work. I added extensions to a few missing resources. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even openapi extensions specific documentation enumerates a list of allowed places where extensions can be used, there are more resources that can support them, for example, Servers as its specific documentation shows.
Current kin-openapi version 0.39.0 supports extensions in the resources described in openapi extensions doc.
But would be useful to expand extensions to the rest of the resources that support them.
Note: This applies to v2.0 and v3.0 specs.
The text was updated successfully, but these errors were encountered: