pub fn check_min_items(len: usize, min: usize) -> Result<(), ValidationError>
Rejects an array shorter than its schema’s minItems.
minItems