List of Strings that have specific constraints in Java swagger-core

2018-04-09 Thread Matt Goodwin
Hi, I'm using the gradle swagger plugin that generates the Swagger OAS in json format and under the hood uses Swagger-core. I want to be able to add constraints to ensure that elements of a List are of a certain String length and of a par

Re: List of Strings that have specific constraints in Java swagger-core

2018-04-09 Thread Matt Goodwin
This is not a problem with the Gradle plugin, this just allows me to generate the swagger json in gradle and not through a HTTP request :) On Monday, 9 April 2018 18:14:42 UTC+1, Matt Goodwin wrote: > > Hi, > > I'm using the gradle swagger plugin > <https://github.

Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Matt Goodwin
Hi, Swagger-core v1.5.18 compile 'io.springfox:springfox-swagger2:2.8.0' compile 'io.swagger:swagger-core:1.5.18' compile 'io.swagger:swagger-annotations:1.5.18' compile 'io.swagger:swagger-models:1.5.18' compile 'io.springfox:springfox-swagger-ui:2.8.0' I want to be able to add constraints to

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Matt Goodwin
ive tried without spring fox and its still the same problem :( On Monday, 9 April 2018 20:04:47 UTC+1, Ron wrote: > > If you’re using springfox – you need to check with them by filing a ticket > directly with the project. > > > > > > *From: *> on behalf of

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Matt Goodwin
er you need to use Springfox or you need to > use swagger-core, they serve different frameworks. > > Which REST framework do you use? > > > > > > > > *From: *> on behalf of Matt > Goodwin > > *Reply-To: *"swagger-sw...@googlegroups.com

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-09 Thread Matt Goodwin
REST framework is Spring boot > On 9 Apr 2018, at 21:51, Ron Ratovsky wrote: > > That doesn’t answer my question though, and there’s a reason I ask. > > > > From: on behalf of Matt Goodwin > > Reply-To: "swagger-swaggersocket@googlegroups.com" >

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-10 Thread Matt Goodwin
gest filing a ticket with Springfox. > > > > > > > > *From: *> on behalf of Matt > Goodwin > > *Reply-To: *"swagger-sw...@googlegroups.com " < > swagger-sw...@googlegroups.com > > *Date: *Tuesday, April 10, 2018 at 00:16 > *To: *"swagger-sw...@googlegrou

Re: Swagger-core Java Add constraints to a List of Strings

2018-04-10 Thread Matt Goodwin
> > > > *From: *> on behalf of Matt > Goodwin > > *Reply-To: *"swagger-sw...@googlegroups.com " < > swagger-sw...@googlegroups.com > > *Date: *Tuesday, April 10, 2018 at 11:45 > *To: *Swagger > > *Subject: *Re: Swagger-core Java Add constrain