Artem Bakin

Results 1 issues of Artem Bakin

According to [swagger docs](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) polymorphism can be supported using `oneOf` and `discriminator`. This way we can achieve polymorphic API responses and polymorphic properties on objects. However, looks like smallrye open...