Re: Schema error

2018-03-06 Thread Darshan A.N.
Hi, Did you find how to solve this? I am also facing the same problem. On Friday, February 2, 2018 at 3:55:25 AM UTC+5:30, Remi Adebayo wrote: > > been getting this error > Schema error at paths['/homepage/postreview'].post.parameters[0].inshould be > equal to one of the allowed values >

Re: Swagger-ui for multiple resources

2018-03-06 Thread Ron Ratovsky
Swagger-ui renders a the API definition as it receives it. Theoretically, if you’d want to have an individual instance per resource, you’d need to have a separate file for each. That said, you can check out the `filter` parameter of swagger-ui, more details at

Swagger-ui for multiple resources

2018-03-06 Thread Ryan Brown
Hi everyone. I'm putting together a swagger-ui route for an api that has 18 resources. I would like to have a parent swagger-ui for the entire API (http://my.api.com/swagger-ui.html) and individual ones for each resource. Is it considered good practice is such cases to hand the swagger-ui off

Re: Using online code generator, it appears that collectionformat == “multi” is not respected.

2018-03-06 Thread megan . graye
Proven workaround created: Solved days of manual rework, but would still appreciate an upgrade to the online generator, if time permits. Hope this helps some other poor schlub who cannot DL maven dependencies at work. Performed a post online generator transform using regex against the Swagger

Swagger support for Lift framework.

2018-03-06 Thread F S
Hi does anyone know if there is any Swagger support for the lift framework as there is for play , http4s , finch ? 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

Springfox swagger2 /v2/api-docs cannot be called from Ajax

2018-03-06 Thread Rajeev Naik
Hi, I configured springfox swagger2. I can get swagger.json from browser, but i cannot get it from Ajax call to http://localhost:/v2/api-docs Is there a way i can access it from Ajax? Thanks, Rajeev -- You received this message because you are subscribed to the Google Groups "Swagger"

Re: Want to use swagger for parsing in javascript

2018-03-06 Thread Ron Ratovsky
Swagger-js (swagger-client) is our parser. From: on behalf of Vikalp Sareen Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, March 5, 2018 at 22:36 To: Swagger

Re: Schema error should NOT have additional properties additionalProperty: @odata.context, @odata.etag

2018-03-06 Thread Darshan A.N.
Hi Ron, I m also facing the same issue. I have pasted my yaml code. Please look into it. ✖ Swagger Error Not a valid parameter definition Jump to line *139* Details Object code: "ONE_OF_MISSING" params: Array [0] message: "Not a valid parameter definition" path: Array [5] schemaId:

Download csv from url ussing cron

2018-03-06 Thread spascual via Swagger
Hello, I have to do a automatic daily process. The daily process is download a csv file. I dont know if I can use a wget command in cron or something easy using cron. The url is like. "http://url.com/admin/shop/example/export/?; wget "http://url.com/admin/shop/example/export/?; -O test.csv