json-schema
json-schema copied to clipboard
typo in the documentation
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.