pub fn check_max_items(len: usize, max: usize) -> Result<(), ValidationError>
Rejects an array longer than its schema’s maxItems.
maxItems