-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
@bjornharrtell
Description
If one use an enum as attribute openapi generation will create a schema with the integer ids of the enum values. It would be great if it could also include the string names and possibly even description attributes as x-enum-varnames and/or x-enum-descriptions.