Skip to content

Commit 2782d7c

Browse files
committed
Fix two last clashing $ids in draft-next too.
1 parent 685ac63 commit 2782d7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/draft-next/ref.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
"description": "simple URN base URI with JSON pointer",
671671
"schema": {
672672
"$comment": "URIs do not have to have HTTP(s) schemes",
673-
"$id": "urn:uuid:deadbeef-1234-ffff-ffff-4321feebdaed",
673+
"$id": "urn:uuid:deadbeef-1234-00ff-ff00-4321feebdaed",
674674
"properties": {
675675
"foo": {"$ref": "#/$defs/bar"}
676676
},
@@ -807,9 +807,9 @@
807807
{
808808
"description": "URN base URI with URN and anchor ref",
809809
"schema": {
810-
"$id": "urn:uuid:deadbeef-1234-0000-0000-4321feebdaed",
810+
"$id": "urn:uuid:deadbeef-1234-ff00-00ff-4321feebdaed",
811811
"properties": {
812-
"foo": {"$ref": "urn:uuid:deadbeef-1234-0000-0000-4321feebdaed#something"}
812+
"foo": {"$ref": "urn:uuid:deadbeef-1234-ff00-00ff-4321feebdaed#something"}
813813
},
814814
"$defs": {
815815
"bar": {

0 commit comments

Comments
 (0)