-
Notifications
You must be signed in to change notification settings - Fork 54
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
More properties to DTO fields #42
Labels
enhancement
New feature or request
Comments
Hey @yeefan ,
The Required property is a good point. We should think about how to add it |
Not to increase scope too much, but adding a minimum/maximum (with inclusive/exclusive boundary) for numerical values would also be useful. Some other properties at https://swagger.io/docs/specification/data-models/data-types/#range) may be good to consider. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that as of version 1.2.5, DTO_FIELD_INFO only has "description" and "pattern". Is it possible to support additional properties for DTO fields such as the following?
Thanks!
The text was updated successfully, but these errors were encountered: