File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 125125
126126**type **: ``integer ``
127127
128- This required option is the "max" count value. Validation will fail if the
129- given collection elements count is **greater ** than this max value.
128+ This option is the "max" count value. Validation will fail if the given
129+ collection elements count is **greater ** than this max value.
130+
131+ This option is required when the ``min `` option is not defined.
130132
131133maxMessage
132134~~~~~~~~~~
150152
151153**type **: ``integer ``
152154
153- This required option is the "min" count value. Validation will fail if the
154- given collection elements count is **less ** than this min value.
155+ This option is the "min" count value. Validation will fail if the given
156+ collection elements count is **less ** than this min value.
157+
158+ This option is required when the ``max `` option is not defined.
155159
156160minMessage
157161~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments