You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* arrayValueVar: Handle when uniqueItems and min/maxItems exceeds number of possible item values
* InputModeller: Fix logic to satisfy (not-)multipleOf constraints
Consider the following schema:
Both
minItems
andmaxItems
are infeasible, input conditions that should be recognized, resolved, and notified. But they aren't.The text was updated successfully, but these errors were encountered: