-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add schema tests and official JSON Schema #94
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
979384c
to
3111890
Compare
d1907bc
to
84db575
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there, only minor nits.
Thank you!
@jeremyfiel Could you please add a That's the only part of the schema that is not yet tested. |
dc198e7
to
5517ebc
Compare
should be all covered now |
Sorry, should have been more precise: please add to a "pass" test case, the "fail" ones don't count into the schema coverage. |
5517ebc
to
4b9a9d2
Compare
* fixup `target` json path * remove constraint for no update with remove * update schema tests for update and remove definition
4b9a9d2
to
6d0bc24
Compare
removed constraints for update/remove, updated tests |
@jeremyfiel How can I view the diff between this state and the last state I reviewed? |
There is a |
includes pass and fail scenarios for Overlay schema tests.
Also includes the full schema per #72