Skip to content
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

Support enumflags2::BitFlags and optional x-enumNames extension #221

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

andrew-lee-architect
Copy link

@andrew-lee-architect andrew-lee-architect commented Jun 12, 2023

Support creating more useful schemas for BitFlags types as define by the enumflags2 crate, by including the original enum in definitions. Also, add support for "x-enumNames" extension to JSON-Schema to preserve enum names for toolchains that support it. The extension works for any enum container.

Added a unit test demonstrating both features.

@andrew-lee-architect andrew-lee-architect changed the title Support enumflags2 Support enumflags2::BitFlags and optional x-enumNames extension Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant