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

Only enabling draft202012 features misses some features implemented only for draft201909 #456

Open
jrudolph opened this issue Feb 28, 2024 · 0 comments

Comments

@jrudolph
Copy link

In my case, it was the uuid format validator that is only available when draft201909 is enabled.

One possibility could be to include the full draft201909 feature in draft202012 in cargo.toml.

Alternatively, if draft202012 is not a strict superset of draft201909, the conditional compilation should be changed in a way that all json schema features that are both in draft202012 and draft201909 are also enabled if only the draft202012 is selected.

I can open a PR if we can agree on which way to go.

Thanks for this nice library!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants