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
name:
type: stringdescription: Name of the resourceminLength: 1
The current rendering says: « >=1 characters »
It would be better for human consumption to specialize the case where minLength is 1 and maxLength is not set to show instead « non-empty ».
The text was updated successfully, but these errors were encountered:
dolmen
changed the title
Schema: show type: string with minLength: 1 as "non-empty"
Schema: show type string with minLength 1 as "non-empty"
Feb 1, 2017
With the following schema definition:
The current rendering says: « >=1 characters »
It would be better for human consumption to specialize the case where
minLength
is1
andmaxLength
is not set to show instead « non-empty ».The text was updated successfully, but these errors were encountered: