From feee926bc184b7559c817841da14216c62850623 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 10 Jun 2019 13:23:05 +0200 Subject: [PATCH] [Validator] Update the propertyPath description of DivisibleBy --- reference/constraints/DivisibleBy.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/reference/constraints/DivisibleBy.rst b/reference/constraints/DivisibleBy.rst index 43f9e41e73d..c93052a248a 100644 --- a/reference/constraints/DivisibleBy.rst +++ b/reference/constraints/DivisibleBy.rst @@ -115,15 +115,6 @@ comparison value. .. include:: /reference/constraints/_payload-option.rst.inc -propertyPath -~~~~~~~~~~~~ - -**type**: ``string`` - -It defines the object property whose value is used to make the comparison. - -For example, if you want to compare the ``$value`` property of some object -with regard to the ``$increments`` property of the same object, use -``propertyPath="increments"`` in the comparison constraint of ``$value``. +.. include:: /reference/constraints/_comparison-propertypath-option.rst.inc .. include:: /reference/constraints/_comparison-value-option.rst.inc