Similarly to the "safe" version of methods I added to analysis with go-openapi/analysis#23,
I propose a similar SafeExpanded() which would really implement the "ContinueOnErrors" option
by calling a callback function and return only an expanded spec (possibly empty).
This would allow go-openapi/validate to fullfil its validation when its own ContinueOnErrors option is set.
Benefit: validate would report the full list of unresolved references instead of just the first found
Similarly to the "safe" version of methods I added to analysis with go-openapi/analysis#23, I propose a similar SafeExpanded() which would really implement the "ContinueOnErrors" option by calling a callback function and return only an expanded spec (possibly empty).
This would allow go-openapi/validate to fullfil its validation when its own ContinueOnErrors option is set.
Benefit: validate would report the full list of unresolved references instead of just the first found
Any recommandation/thought on that?