Hi,
I'm trying to render an example value with the Swagger renderer. My example value contains an empty list and thus JsonToJsonSchema throws:
new IllegalSchemaException("Cannot use an empty list to generate a schema!")
In my case, it would still be useful to actually render the example value, despite not knowing the exact type of the array (I don't care if it's considered to be Object or something).
Could it be possible to not throw the exception and have some fallback rendering of the example value without a schema?
Thanks