schemars
schemars copied to clipboard
Support enumflags2::BitFlags and optional x-enumNames extension
Support creating more useful schemas for BitFlags<T> 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.