-
Notifications
You must be signed in to change notification settings - Fork 85
Add enum values to springwolf ui #1190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Welcome to Springwolf. Thanks a lot for reporting your first issue. Please check out our contributors guide and feel free to join us on discord. |
Hi @maxdobler Current ui includes support for enums, while presentation can always be improved. Feel free to contribute and open a PR - or anyone else who wants to work on it. |
what is the update of this issue?? |
- enum values are shown as "Allowed values" - refactored displaying "Example" value - added test for enum values fixes springwolf#1190
The change is staged for release and will be part of the next release. If you want to try and verify it in your application today, Thank you for the report/contribution! |
When reading the documentation on the springwolf-ui it would be nice to see the possible enum values in the schema. I'm used to see this in the swagger-ui and I think it would be a nice addition to springwolfs ui.
Values are already written in the AsyncApi:
Actual springwolf-ui:
Inspiration from swagger-ui:
The text was updated successfully, but these errors were encountered: