-
Notifications
You must be signed in to change notification settings - Fork 356
feat: add proof-of-concept implementation for strict fully validating using draft-06 schema #835
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
base: master
Are you sure you want to change the base?
Conversation
Locally I now have 754 passing test, 213 failing tests and 135 ignored tests. |
Now 773 passing, 207 failing and 122 ignored |
849 passing, 181 failing and 72 ignored |
886 passing, 145 failing and 71 ignored |
953 passing, 78 failing and 71 ignored |
961 passing, 70 failing and 71 ignored |
978 passing, 69 failling and 55 ignored |
991 passing, 56 failling and 55 ignored |
29b35e7
to
4e26a93
Compare
4e26a93
to
a5fc2ea
Compare
a5fc2ea
to
1861371
Compare
1025 passing, 20 failing and 57 ignored |
This PR will:
JsonSchema\Constraints\Drafts\Draft06
namespacedraft6
in the test, locally I have 633 passing test, 312 failing tests and 157 ignored tests.