-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add format keyword support #54
Labels
enhancement
New feature or request
Comments
This was referenced Feb 28, 2024
OptimumCode
added a commit
that referenced
this issue
Feb 29, 2024
This patch introduces: - API for implementing user's format validator and registering it in the schema - Support for data/time formats Related to #54
OptimumCode
added a commit
that referenced
this issue
Mar 4, 2024
This was referenced Mar 8, 2024
OptimumCode
added a commit
that referenced
this issue
Apr 15, 2024
OptimumCode
added a commit
that referenced
this issue
Apr 29, 2024
OptimumCode
added a commit
that referenced
this issue
May 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for format keyword annotations and assertions as described in JSON schema spec.
I have decided to change the approach: supporting all the formats defined in the spec is a huge amount of work. Because of that this task will be split into several small sub-tasks:
The text was updated successfully, but these errors were encountered: