-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support enum for array items #152
Comments
@JDziurlaj And thank you for reporting! 👍 |
Hi @roll, From what I can tell, the error is caused by the Lines 166 to 169 in c2f71ec
I'm not sure what the purpose of the cast is here (perhaps to normalize input?), but commenting lines 166-169 out seems to fix this issue, while not causing any regressions on the test suite. |
@JDziurlaj |
I've run into a situation where the definition of a field as
type: "array"
and an enum constraint results in thefieldName
becoming listed asundefined
The text was updated successfully, but these errors were encountered: