When using ``` @GET @Path("/{name}") public Uni<Fruit> getOne(@PathParam(value = "name") String name) { } ``` The schema is ``` UniFruit: type: object ``` Which is wrong. Uni and Multi should not be in the open api contract. See https://stackoverflow.com/questions/61394139/openapi-spec-for-reactive-rest-service-using-quarkus @cescoffier @kenfinnigan