Can I start to develop a template for swagger codegen for OAS 3?

2017-06-26 Thread Francesco Guardiani
Hi to everybody, I implemented inside Vert.x framework the OAS 3.0 support. Is It possible to start to develop the server and client template for swagger-codegen? If no, when it will be possible? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To u

WIP OpenAPI 3 implementation inside vertx-web

2017-06-02 Thread Francesco Guardiani
Hi, I'm Francesco Guardiani, GSoC student for Eclipse Vert.x . I've released a first implementation of vertx-web with OpenAPI 3 support. If anyone is interested, check it out: https://groups.google.com/forum/#!topic/vertx/jYKRkSeTpys -- You received this message because you are sub

Re: Get JSON (and XML) schema as string from swagger-parser

2017-05-20 Thread Francesco Guardiani
>From swagger-parser there is a way to get the json schema of a body parameter >to validate an http request body? I need the 'schema' field of body parameter >to validate incoming http requests bodies -- You received this message because you are subscribed to the Google Groups "Swagger" group.

Get JSON (and XML) schema as string from swagger-parser

2017-05-19 Thread Francesco Guardiani
Hi, How can i get the JSON (and XML) schema as string with swagger-parser? I need it for validate JSON (and XML) bodies with Jackson. Thank you :) -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving ema

Re: Java swagger-parser Parameter object is missing something?

2017-05-16 Thread Francesco Guardiani
When is planned the release of new version of swagger-parser? I need it for my GSoC 2017 :) -- 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+un

Java swagger-parser Parameter object is missing something?

2017-05-16 Thread Francesco Guardiani
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.Para