Guilhem Niot
Guilhem Niot
as this is a big stuff, I think it will wait for 1.8.
@jaypea can you rebase your PR on master please?
BTW you should wait for https://github.com/schmittjoh/JMSDiExtraBundle/pull/238 otherwise there'll be many conflicts.
ping @schmittjoh, is this the right fix ?
I guess we can close this issue?
@johnpancoast I see what you mean, this is actually not supported by this lib and we need to update the Metadata management to support it. Feel free to create a...
Have you tried using examples (plural) instead? I don't remember exactly how this works in our code but from the sample you provided at least this should work. And it...
OK, I checked more carefully. You should put `@SWG\Schema` out of examples and only put an array of scalar/array values in there.
I suppose you still need an `@SWG\Schema` at the root of `@Response` to make it work
Your `@SWG\Schema` is empty, I believe you should specify a type such as `type="integer" `