Skip to content

Commit 6dcd826

Browse files
committed
[Validator] Image Constraint - minPixels and maxPixels should be float
1 parent f049598 commit 6dcd826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Image.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Parameter Description
341341
``maxPixels``
342342
~~~~~~~~~~~~~
343343

344-
**type**: ``integer``
344+
**type**: ``float``
345345

346346
If set, the amount of pixels of the image file must be less than or equal to this
347347
value.
@@ -465,7 +465,7 @@ Parameter Description
465465
``minPixels``
466466
~~~~~~~~~~~~~
467467

468-
**type**: ``integer``
468+
**type**: ``float``
469469

470470
If set, the amount of pixels of the image file must be greater than or equal to this
471471
value.

0 commit comments

Comments
 (0)