-
Notifications
You must be signed in to change notification settings - Fork 55
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 for Specification Extensions in OpenApi Objects #11
Comments
We would be interested in extensions too, mainly x-additionalpropertiesname. |
Have implemented extension support for few OpenApi objects. Kindly let me know if this approach is fine, in that case I will be complete it for rest of the object and send in a PR. Implementation @BrechtSerckx Because of the above mentioned doubt, I was not able to add extension field for Schema Object. Once that is cleared, I will be able to add the support for the extension you have mentioned. |
Hi! Thank you for this work! I will take a look in a couple of days and tell you what I think. Sorry for the delay! |
Hey! Love the feature. This is precisely how I would have gone about implementing extensions, would love to see a pull request for this |
Hi @Hazelfire,
@maksbotan @Hazelfire Any thoughts on this? |
I would find this extremely useful - did you decide on an approach? |
Yeah, me too! Any movement on the topic? |
I'd especially appreciate the support for tags. In my previous project, we added tags to our endpoints using lenses, but we had a Swagger 2.0 API that was generated by another library. I don't know how to add tags to my OpenAPI 3.0 specs and I haven't found enough documentation for this and I've asked numerous people at different events and chatrooms about it. |
Following Objects supports Specification Extensions which are used by some tools.
I will be able to add this support and send in a pull request if you are interested
The text was updated successfully, but these errors were encountered: