We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cf90b commit 0d14a13Copy full SHA for 0d14a13
reference/constraints/Count.rst
@@ -125,7 +125,7 @@ max
125
126
**type**: ``integer``
127
128
-This required option is the "max" count value. Validation will fail if the
+This option is the "max" count value and it is required if the **min** option has not been defined. Validation will fail if the
129
given collection elements count is **greater** than this max value.
130
131
maxMessage
@@ -150,7 +150,7 @@ min
150
151
152
153
-This required option is the "min" count value. Validation will fail if the
+This option is the "min" count value and it is required if the **max** option has not been defined. Validation will fail if the
154
given collection elements count is **less** than this min value.
155
156
minMessage
0 commit comments