Hi,
I'm working with swagger-parser official library for java. I can't find all 
fields for parameter object description (as described in spec 
<https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-7>).
 
I import the class 

import io.swagger.models.parameters.Parameter;

but I find only:

   - name
   - in
   - access
   - description
   - required
   - pattern
   - vendorExtensions

I really need all fields of Parameter Object. How can i achieve this?

Thank you!

-- 
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 swagger-swaggersocket+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to