@ArraySchema with items inheriting from an abstract base class not generating properly
I have the following lists annotated with @ArraySchema, and they're meant to hold subtypes of an abstract class. The openapi generated for each list is different. I would like to know how to achieve ...