Fix #1154 (falsy recursive with allOf)
Now it immediately exits from allOf's children, but use separate refCounter to prevent entering into same scheme recursively
Also I have added pseudo-recursive example from #1154
Thanks for the PR. I tried it but it's still not working with my example from #1154 βΒ or I'm doing something wrong.
Any news on this? Would be great to get a fix for this issue.
Thanks for the PR. I tried it but it's still not working with my example from #1154 βΒ or I'm doing something wrong.
Just tested this with the .yaml file you provided in #1154 and it seems to work ok π

You're right, I was probably trying out wrong version. Let's merge it :)
@RomanHotsiy Any hope of this getting merged soon? It resolves my issue and I'd rather not have to resort to installing redoc by building a fork.
We have resolved it in https://github.com/Redocly/redoc/pull/2072