Closed dmoverton closed 2 years ago
Oeh that's really smart! Let's see what CI says.
Wouldn't mind a changelog here either, but let me merge #16 first.
I added a changelog entry. I put it under 0.2.0.0, assuming you want to release this along with #16. Please feel free to move it if that's not your plan.
Merged and released!
This PR adds a
type
field for enum values when generating an OpenAPI schema fromEqCodec
. This is required to work around an issue withswagger-ui
where it does not show the enum value unless a type is also given.