-
Notifications
You must be signed in to change notification settings - Fork 2.2k
@Schema does not provide a property for: Properties[] properties
#3433
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
Comments
Same question . Now Form parameters cannot be defined. |
Has there been any updates on this? My current workaround is to create a separate wrapper class like the following
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I am using
swagger-annotations:2.1.1
.According to swagger.io specs a configuration for a multipart file-upload would be:
This - in fact - would work and shows two file upload buttons in swagger-ui and sends a correct multipart-request to my server.
I cannot find any property in
@Schema
annotation to provide aproperties
section. What I came up with so far is:Why does
@Schema
not provide any means to add theproperties
section?Best,
-Stefan
The text was updated successfully, but these errors were encountered: