Skip to content

Commit cc6915b

Browse files
authored
exclusiveMinimum and exclusiveMaximum are boolean (#74)
1 parent 672aea6 commit cc6915b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spec/Schema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* @property string $title
2727
* @property int|float $multipleOf
2828
* @property int|float $maximum
29-
* @property int|float $exclusiveMaximum
29+
* @property bool $exclusiveMaximum
3030
* @property int|float $minimum
31-
* @property int|float $exclusiveMinimum
31+
* @property bool $exclusiveMinimum
3232
* @property int $maxLength
3333
* @property int $minLength
3434
* @property string $pattern (This string SHOULD be a valid regular expression, according to the [ECMA 262 regular expression dialect](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5))

0 commit comments

Comments
 (0)