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

+4-2
Original file line numberOriginal file lineDiff line numberDiff line change
@@ -56,7 +56,8 @@
56
{
56
{
57
"description": "float comparison with high precision",
57
"description": "float comparison with high precision",
58
"schema": {
58
"schema": {
59-
"exclusiveMaximum": 972783798187987123879878123.18878137
59+
"maximum": 972783798187987123879878123.18878137,
60+
"exclusiveMaximum": true
60
},
61
},
61
"tests": [
62
"tests": [
62
{
63
{
@@ -80,7 +81,8 @@
80
{
81
{
81
"description": "float comparison with high precision on negative numbers",
82
"description": "float comparison with high precision on negative numbers",
82
"schema": {
83
"schema": {
83-
"exclusiveMinimum": -972783798187987123879878123.18878137
84+
"minimum": -972783798187987123879878123.18878137,
85+
"exclusiveMinimum": true
84
},
86
},
85
"tests": [
87
"tests": [
86
{
88
{

0 commit comments

Comments
 (0)