hi, I am currently using swagger 1.5.4 with the swagger-maven-plugin to generate my api docu from my jax-rs services. It is all working fine and the docu is being generated. I have problems with the corner cases where swagger is unable to determine the model from the request/response. In my particular case I use MongoDB. I use the org.bson.Document as a response and in requests I take the body as a string, validate it and convert it into a org.bson.Document. I would like to add json examples and the json schema definition to the swagger documentation. Is this possible and when yes how?
Kind regards, Patrick -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
