Forum Discussion

josh14's avatar
josh14
Occasional Contributor
12 months ago

How to specify the properties in the schema for multi part feature

According to the documentation: https://swagger.io/docs/specification/describing-request-body/multipart-requests/, I should be able to set the properties of a schema using my java annotations.  I'm using java 11, jersey 3.0.3, and swagger-jaxrs2 jars from 2.2.9.  

I am wanting to display a Form in the swagger UI that allowed me to populate several members and upload a part file.

No RepliesBe the first to reply