Re: Swagger 3.0.0 editor which support multiple files

2017-10-30 Thread rakesh kumar jha
Hi Ron. I am using the tool mentioned by you however not seeing any way by which in an API OAS file I can refer another file. Could you please elaborate on this how can i use it. On Monday, 30 October 2017 12:25:44 UTC-7, Ron wrote: > > We have a product that allows you to do that - https://swa

Re: what's the purpose of the Models section in Swagger UI?

2017-10-30 Thread tomjoht
Thanks for the explanation. I agree that breaking up the references in components makes more sense to allow for re-use. It's also easier to code because one small error won't make the whole model fail. However, the Models view itself, where each object stands alone, still doesn't make much sens

Re: Trojan:Win32/Sprisky.U!cl in dowloaded zip

2017-10-30 Thread Ron Ratovsky
We don’t really control the zips – they are produced by GitHub. I seriously doubt there’s any virus there. You can always just clone the git repo as is. From: on behalf of Larry Blair Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, October 30, 2017 at 15:23 To:

Trojan:Win32/Sprisky.U!cl in dowloaded zip

2017-10-30 Thread Larry Blair
I tried to download Swagger API from https://github.com/swagger-api/swagger-ui. My virus scanner blocked it claiming that the package contained Trojan:Win32/Sprisky.U!cl. How can I get a clean version? -- You received this message because you are subscribed to the Google Groups "Swagger" grou

Re: what's the purpose of the Models section in Swagger UI?

2017-10-30 Thread Ron Ratovsky
Hi Tom, The display of the models at the bottom of Swagger-UI is a result of the merge between the previous versions of Swagger-UI and Swagger-Editor. Swagger-Editor had a models view, and we’ve got numerous requests to have a similar view in Swagger-UI – this is the result. Not surprisi

what's the purpose of the Models section in Swagger UI?

2017-10-30 Thread tomjoht
At the bottom of the Swagger UI display is a Models section. (For example, see http://petstore.swagger.io/ and scroll to the bottom.) I don't understand the purpose of this Models section. The Model information is already in the parameters or responses sections. Why do we need this repeated at

Re: Swagger ignores pattern when creating sample request/response.

2017-10-30 Thread Ron Ratovsky
I don’t understand the question. From: on behalf of Krithika Vittal Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, October 30, 2017 at 12:24 To: Swagger Subject: Re: Swagger ignores pattern when creating sample request/response. Also , Could you please let me k

Re: Documenting query parameter operators using Swagger

2017-10-30 Thread Ron Ratovsky
You can document `filters` as a parameter, but the actual structure of the parameter value can pretty much only be described as a string. From: on behalf of Jay Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Friday, October 27, 2017 at 17:45 To: Swagger Subject: Documenti

Re: Swagger 3.0.0 editor which support multiple files

2017-10-30 Thread Ron Ratovsky
We have a product that allows you to do that - https://swaggerhub.com/ From: on behalf of rakesh kumar jha Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Saturday, October 28, 2017 at 20:05 To: Swagger Subject: Swagger 3.0.0 editor which support multiple files Hi, I

Re: Swagger ignores pattern when creating sample request/response.

2017-10-30 Thread Krithika Vittal
Also , Could you please let me know the purpose of using the pattern option in the swagger file ? Thanks. -- 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-swa

Re: Swagger ignores pattern when creating sample request/response.

2017-10-30 Thread Ron Ratovsky
Follow the template in https://github.com/swagger-api/swagger-ui/issues/new (the details are important). From: on behalf of Krithika Vittal Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, October 30, 2017 at 12:22 To: Swagger Subject: Re: Swagger ignores pattern wh

Re: Swagger ignores pattern when creating sample request/response.

2017-10-30 Thread Krithika Vittal
Hi Ron, Could you please let me know the process to file a ticket with the project ? Thanks, Krithika. -- 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-swa

Re: swagger-scala-module compatibility with OAS 3

2017-10-30 Thread Ron Ratovsky
We should change that claim – it does not support swagger-core 2.0.0. From: on behalf of "Javier G. Visiedo" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, October 30, 2017 at 07:45 To: Swagger Subject: swagger-scala-module compatibility with OAS 3 Hi, the sw

Re: Swagger ignores pattern when creating sample request/response.

2017-10-30 Thread Ron Ratovsky
We currently don’t take that under consideration when generating sample data. If you’d like to see it change, please file a ticket with the project. From: on behalf of Krithika Vittal Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, October 30, 2017 at 11:18 To: Swagger

Swagger ignores pattern when creating sample request/response.

2017-10-30 Thread Krithika Vittal
Below is the definition I am using for a request json , SampleRequest: type: object required: - version - lang - origin - mobileDeviceIdentifiers properties: * version:* *type: string* *pattern: (\d+\.)(\d+\.)(\d)* lang:

swagger-scala-module compatibility with OAS 3

2017-10-30 Thread Javier G. Visiedo
Hi, the swagger-scala-module claims to be compatible with "swagger-core 1.5.x or greater". Does it mean it is compatible with swagger-core 2.0.0 supporting OpenAPI 3.0 spec? Thanks! -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe

Re: Swagger UI - Prevent URL Hash Change

2017-10-30 Thread Nausherwan Korai
Did you ever get this to work? In the same boat On Tuesday, 15 November 2016 12:44:49 UTC-5, Eugene Gordeiev wrote: > > Is there any way to prevent Swagger UI URL Hash change when clicking on > different links? > > I'm integrating Swagger UI into my application which already uses hash > based UR