Re: Inheritance and extension of API definitions

2017-07-31 Thread Ron Ratovsky
For any feature requests for the spec, you’re welcome to file a ticket at https://github.com/OAI/OpenAPI-Specification/. From: on behalf of Julien Silland Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, July 31, 2017 at 11:09 To: "swagger-swaggersocket@googlegroups.

OPENAPI 3.0 Spec is not working on UI

2017-07-31 Thread Jonny Doe
Does OPENAPI 3.0 Spec file work on Swagger-UI ? I noticed that while i tried to use petstore.yaml i noticed that i am not able to see "Try it out" option and it seems that it is not ready for UI. Please correct me if i am wrong ? -- You received this message because you are subscribed to the G

Re: Inheritance and extension of API definitions

2017-07-31 Thread Julien Silland
Thanks Ron for your answer — this is a little disappointing but good to have our intuition confirmed. It'd be great if such use cases were supported in the future. In a perfect world, we'd version our API differently but this decision is well behind us at this point. I suspect the same is true for

Re: Array input list combines 2 or more entries as one list element

2017-07-31 Thread Ron Ratovsky
Depending on the implementation, by default, it’s likely it expects the list to be multi rather than csv. I don’t know if this is something that can/should be controlled by the templated implementation or that you should do the parsing yourself. In any case, would suggest filing a ticket on swag

Error: req.files must be provided for 'formData' parameters of type 'file'

2017-07-31 Thread Mustafa Ujjainwala
It works on my local machine but on server it throws this error Basically, I am getting files from req.swagger.params.file -- 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

Re: Array input list combines 2 or more entries as one list element

2017-07-31 Thread Richard Moore
On Friday, July 28, 2017 at 9:52:08 AM UTC-5, Richard Moore wrote: > > I want to be able to pass a comma-separated list of codes. I (attempted > to) defined /getByCode/{code} (see attached) to handle this request. The > generated server code in ServiceImpl has the method signature correct - > >