Difficulties with Swagger UI
Having a very hard time getting the Swagger UI to display multi-select lists that only show allowedValues
as listed in @Schema
annotation. If @Scema(type="string" ...
then allowedValues
is obeyed, but only one item can be selected.