We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df96bc commit ab0b1aeCopy full SHA for ab0b1ae
tests/draft4/optional/bignum.json
@@ -56,7 +56,8 @@
56
{
57
"description": "float comparison with high precision",
58
"schema": {
59
- "exclusiveMaximum": 972783798187987123879878123.18878137
+ "maximum": 972783798187987123879878123.18878137,
60
+ "exclusiveMaximum": true
},
61
"tests": [
62
63
@@ -80,7 +81,8 @@
80
81
"description": "float comparison with high precision on negative numbers",
82
83
- "exclusiveMinimum": -972783798187987123879878123.18878137
84
+ "minimum": -972783798187987123879878123.18878137,
85
+ "exclusiveMinimum": true
86
87
88
0 commit comments