We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
minItems does not override a ref to an array.
Try this schema.
minItems should be 3, so it should give an error.
No error is given; thus, minItems has not been respected.
Note, though, that the expected behavior is shown when minItems is passed in directly inside the ref object, at this link.
1.7.0
The text was updated successfully, but these errors were encountered:
Actually, the schema I tried was not valid. The correct schema should use allOf at this link -- so this issue is really about allOf support.
allOf
Sorry, something went wrong.
Duplicate of #52.
Successfully merging a pull request may close this issue.
Prerequisites
Description
minItems does not override a ref to an array.
Steps to Reproduce
Try this schema.
Expected behavior
minItems should be 3, so it should give an error.
Actual behavior
No error is given; thus, minItems has not been respected.
Note, though, that the expected behavior is shown when minItems is passed in directly inside the ref object, at this link.
Version
1.7.0
The text was updated successfully, but these errors were encountered: