-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Defining grouping in swagger #4246
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
Conversation
…ht in creating a per class request
That Pull-Request would be SO helpful as it fixes a major bug (and thus lot of issues). |
I'm waiting on this too - it's maddening. I have a model class like this:
The idea is we want the validation after the object has been created with an id and not to have a client pass one in. I've tried required = false, I've tried a distinct @Schema annotation on the controller method that specifically omits that id field from the requiredProperties attribute. It's a huge omission. What is the hold-up with this PR? |
I'm also looking forward to this. |
Any updates on this PR? Is there something I can assist with to get this merged? |
Any updates? |
Do you have any updates on this? Thank you in advance |
Any updates? This is a crucial functionality that would help many of us. |
I also find this very useful as it reduces unnecessary explanations. This is an example I created based on version 1.7.0 and using another project that beautifies the page. I hope the native project will support this feature soon. |
Any updates for this? |
Any updates ? |
Indeed.... It's really necessary feature.... Workarounds are painful really for this... |
Could we just know if this merge is being considered or is going to be closed, please? |
Groups support has been added in #4853 |
Defining grouping in swagger endpoints to reduce the challenges brought in creating a per class request models in huge system for better maintainability and for less class redundancy.