Skip to content

Commit 2b1f711

Browse files
authored
Merge pull request #598 from flaksp/patch-1
Fix typo in comment of "order of evaluation: $id and $anchor and $ref" suite
2 parents 104f9f9 + 47bf107 commit 2b1f711

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/draft-next/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"$ref": "#bigint",
639639
"$defs": {
640640
"bigint": {
641-
"$comment": "canonical uri: /ref-and-id2/base.json/$defs/bigint; another valid uri for this location: /ref-and-id2/base.json#bigint",
641+
"$comment": "canonical uri: /ref-and-id2/base.json#/$defs/bigint; another valid uri for this location: /ref-and-id2/base.json#bigint",
642642
"$anchor": "bigint",
643643
"maximum": 10
644644
},

tests/draft2019-09/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"$ref": "#bigint",
639639
"$defs": {
640640
"bigint": {
641-
"$comment": "canonical uri: /draft2019-09/ref-and-id2/base.json/$defs/bigint; another valid uri for this location: /ref-and-id2/base.json#bigint",
641+
"$comment": "canonical uri: /draft2019-09/ref-and-id2/base.json#/$defs/bigint; another valid uri for this location: /ref-and-id2/base.json#bigint",
642642
"$anchor": "bigint",
643643
"maximum": 10
644644
},

tests/draft2020-12/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"$ref": "#bigint",
639639
"$defs": {
640640
"bigint": {
641-
"$comment": "canonical uri: /ref-and-id2/base.json/$defs/bigint; another valid uri for this location: /ref-and-id2/base.json#bigint",
641+
"$comment": "canonical uri: /ref-and-id2/base.json#/$defs/bigint; another valid uri for this location: /ref-and-id2/base.json#bigint",
642642
"$anchor": "bigint",
643643
"maximum": 10
644644
},

0 commit comments

Comments
 (0)