Skip to content

Commit ab0b1ae

Browse files
fix draft4 schemas
1 parent 0df96bc commit ab0b1ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/draft4/optional/bignum.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
{
5757
"description": "float comparison with high precision",
5858
"schema": {
59-
"exclusiveMaximum": 972783798187987123879878123.18878137
59+
"maximum": 972783798187987123879878123.18878137,
60+
"exclusiveMaximum": true
6061
},
6162
"tests": [
6263
{
@@ -80,7 +81,8 @@
8081
{
8182
"description": "float comparison with high precision on negative numbers",
8283
"schema": {
83-
"exclusiveMinimum": -972783798187987123879878123.18878137
84+
"minimum": -972783798187987123879878123.18878137,
85+
"exclusiveMinimum": true
8486
},
8587
"tests": [
8688
{

0 commit comments

Comments
 (0)