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.
If we want to check all array elements, we must iterate it:
var pos = 0; users.forEach(function(userId) { checkval(userId, 'users.' + pos++).numeric().throw(); });
Proposition:
checkval(users, 'users').array().numeric().throw();