Currently, that’s what’s available. We’re working on the next version of the project which would include support for all properties.
From: <[email protected]> on behalf of Francesco Guardiani <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, 16 May 2017 at 13:41 To: Swagger <[email protected]> Subject: Java swagger-parser Parameter object is missing something? 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). 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 [email protected]. For more options, visit https://groups.google.com/d/optout. -- 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.
