opis/json-schema

typo in the documentation

Opened this issue · 0 comments

In the documentation for Conditional subschemas (https://opis.io/json-schema/2.x/conditional-subschemas.html), under the entry "If-Then-Else", the examples contain an error:

Input Status
"ab" valid - string of length 2

This should be invalid as it is a string, and the condition is that it must be of minLength 3.