I have an Java app with a JAX-RS API. It has an entity:
public class Foo { @Schema(description="This is a name") public String name; @Schema(