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();
If we want to check all array elements, we must iterate it:
Proposition: