Skip to content

Commit bd14545

Browse files
committed
Merge branch 'master' into draft6-tests-ajv
2 parents f04ed0e + 8758156 commit bd14545

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

tests/draft6/optional/bignum.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
{
6969
"description": "float comparison with high precision",
7070
"schema": {
71-
"maximum": 972783798187987123879878123.18878137,
72-
"exclusiveMaximum": true
71+
"exclusiveMaximum": 972783798187987123879878123.18878137
7372
},
7473
"tests": [
7574
{
@@ -93,8 +92,7 @@
9392
{
9493
"description": "float comparison with high precision on negative numbers",
9594
"schema": {
96-
"minimum": -972783798187987123879878123.18878137,
97-
"exclusiveMinimum": true
95+
"exclusiveMinimum": -972783798187987123879878123.18878137
9896
},
9997
"tests": [
10098
{

tests/draft6/refRemote.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
{
5353
"description": "change resolution scope",
5454
"schema": {
55-
"id": "http://localhost:1234/",
55+
"$id": "http://localhost:1234/",
5656
"items": {
57-
"id": "folder/",
57+
"$id": "folder/",
5858
"items": {"$ref": "folderInteger.json"}
5959
}
6060
},

0 commit comments

Comments
 (0)