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 125
125
126
126
**type **: ``integer ``
127
127
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.
130
132
131
133
maxMessage
132
134
~~~~~~~~~~
150
152
151
153
**type **: ``integer ``
152
154
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.
155
159
156
160
minMessage
157
161
~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments