Re: Is anyOf Allowed With Array Items

2018-05-01 Thread amcmanigal
Thanks! On Monday, April 30, 2018 at 6:14:17 PM UTC-4, amcma...@pindrop.com wrote: > > Hi Everyone, > > Is the following snippet valid OAS 3.0? I'm mainly wondering about > healthSigns. According to the spec documentation oneOf is valid for use in > arrays. However anyOf appears to work just

Re: Is anyOf Allowed With Array Items

2018-05-01 Thread Ron Ratovsky
gger-swaggersocket@googlegroups.com> Date: Monday, April 30, 2018 at 16:14 To: Swagger <swagger-swaggersocket@googlegroups.com> Subject: Is anyOf Allowed With Array Items Hi Everyone, Is the following snippet valid OAS 3.0? I'm mainly wondering about healthSigns. According to t

Is anyOf Allowed With Array Items

2018-04-30 Thread amcmanigal
Hi Everyone, Is the following snippet valid OAS 3.0? I'm mainly wondering about healthSigns. According to the spec documentation oneOf is valid for use in arrays. However anyOf appears to work just fine with the swagger editor. PetCreatePartTwo: type: object x-model: PetCreatePartTwo