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 70ff9a3 commit 6343b24Copy full SHA for 6343b24
reference/constraints/Valid.rst
@@ -261,8 +261,8 @@ traverse
261
262
**type**: ``boolean`` **default**: ``true``
263
264
-If this constraint is applied to a property that holds an array of objects,
265
-then each object in that array will be validated only if this option is
266
-set to ``true``.
+If this constraint is applied to a ``Traversable``, then all containing values
+will be validated if this option is set to ``true``. This option is ignored on
+arrays: Arrays are traversed in either case. Keys are not validated.
267
268
.. include:: /reference/constraints/_payload-option.rst.inc
0 commit comments