Skip to content

Commit e8034eb

Browse files
fix(v4): make prefixItems/draft-7 items respect minItems in fromJSONSchema (#6201)
Positional array schemas (`prefixItems`, draft-7 array-form `items`) constrain the elements that are present; they do not imply a minimum length. Only `minItems` does. Positions at or beyond `minItems` are now optional, so shorter arrays validate. Closes #6200
1 parent 784e5c2 commit e8034eb

2 files changed

Lines changed: 63 additions & 11 deletions

File tree