-
Notifications
You must be signed in to change notification settings - Fork 357
Array properties with array items listed in enums does not validate properly #547
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
Comments
This was referenced Nov 21, 2018
Thanks - good catch! That should definitely not be passing validation. |
Merged
@erayd tests are OK, there is no need of that Issue and PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For example if we have array property:
And validation like:
Validation wrongly finished with success.
I will provide PR with test for that particular case.
The text was updated successfully, but these errors were encountered: