I try to follow these:
https://www.dariawan.com/tutorials/spring/documenting-spring-boot-rest-api-springdoc-openapi-3/
How do I deal with annotations like:
@ApiModel(value = "Response container")
@ApiModelProperty(value = "Iventory response", required = true)