-
-
Notifications
You must be signed in to change notification settings - Fork 230
Remove valid case for additionalItems validation #795
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: main
Are you sure you want to change the base?
Remove valid case for additionalItems validation #795
Conversation
Removed valid test case for additionalItems schema validation.
jdesrosiers
left a comment
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.
Thanks for picking this us. Please make the change for the other drafts as well.
Removed a valid test case for additionalItems schema validation.
Removed test case for additionalItems not looking in applicators.
Removed a valid test case for additionalItems schema validation.
Removed a valid test case for additionalItems schema validation.
Removed test case for additionalProperties not examining applicators.
Removed test case for additionalProperties not considering applicators.
|
I’ve updated all drafts and removed the corresponding test cases as requested. |
jdesrosiers
left a comment
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.
You can undo the changes in 2020-12 and v1. Those are a different tests for additionalProperties, not additionalItems. additionalItems was removed in 2020-12, so this test doesn't appear after that.
|
Reverted the incorrect removals. |
Removed valid test case for additionalItems schema validation.
Fixes #768