You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awaiting restored support for @JsonProperty/@jsonvalue in enums (#3553), I tried to work around the issue using @Schema and allowableValues, but it turns out this only adds to the set of allowed values, and does not replace the Java names, which my API does not actually support.