Skip to content
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

[DX] include actual count in collection constraint errors #501

Open
dkarlovi opened this issue Mar 29, 2018 · 1 comment
Open

[DX] include actual count in collection constraint errors #501

dkarlovi opened this issue Mar 29, 2018 · 1 comment

Comments

@dkarlovi
Copy link

Really small life quality tweak.

Currently, I'm getting this:

      JSON does not validate. Violations:
        - [] There must be a minimum of 30 items in the array

I'd like this:

      JSON does not validate. Violations:
        - [] There must be a minimum of 30 items in the array, 10 found
@shmax
Copy link
Collaborator

shmax commented Mar 29, 2018

SGTM. Please open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants