The requestBody doesn't show in swagger

2018-05-14 Thread spieljs
Hello I have this description in an yaml file and it shows everything less requestBody: paths: /ring: post: summary: Return things requestBody: description: Request things content: text/plain: schema: type: string responses:

requestBody doesn't show

2018-05-14 Thread spieljs
Everything shows in Swagger less requestBody paths: /thing: post: summary: Return things requestBody: description: Request things content: text/plain: schema: type: string responses: '200': description: Things generated -- You received this message because you are subscribed to the Google

Re: requestBody doesn't show

2018-05-14 Thread Ron Ratovsky
Hi, It looks like the indentation is broken in your pasted definition and it’s impossible to track down the issue. Can you attach the entire definition as a plain file? Thanks. From: on behalf of spieljs Reply-To:

Unable to load .json file from URL

2018-05-14 Thread Debbie Martin
When I try to point the online editor to my *.json url nothing happens. I can't see any error messages but the content never changes. Is it because CORS is not enabled on my server? I have also tried uploading the file itself, but it appears external references can't be resolved that way.

Re: How to Use oneOf tag

2018-05-14 Thread danushka
Hi Kyle, The reason was our UI team has requested this way. i will communicate wit them try use a enum to sort this issue. Regards. On Tuesday, May 15, 2018 at 6:19:50 AM UTC+5:30, Kyle Shockey wrote: > > Hi, > > I'm not sure where the `widget` value comes from - its not in the OpenAPI >

Download JAX RS version in Swagger AOS 3.0.0

2018-05-14 Thread danushka
Hi, I use to download jaxrs under Server to get the model files to include to my API. But i have upgraded to 3.0.0 to use oneOf tag. In this version jaxrs is not available. is there away to download this. Regards -- You received this message because you are subscribed to the Google Groups