jQuery validate - validation without element

jQuery validate - validation without element

I'm using validation plug-in with knockout.js and I need to have some 'extra' validation on the array (knockout's observable array). So when user submits a form I need all inputs are validated AND my view model is valid (an array, for example, must have at least one element).

Can't figure out the way to do it.

Thanks in advance!