File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 670
670
"description" : " simple URN base URI with JSON pointer" ,
671
671
"schema" : {
672
672
"$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" ,
674
674
"properties" : {
675
675
"foo" : {"$ref" : " #/$defs/bar" }
676
676
},
807
807
{
808
808
"description" : " URN base URI with URN and anchor ref" ,
809
809
"schema" : {
810
- "$id" : " urn:uuid:deadbeef-1234-0000-0000 -4321feebdaed" ,
810
+ "$id" : " urn:uuid:deadbeef-1234-ff00-00ff -4321feebdaed" ,
811
811
"properties" : {
812
- "foo" : {"$ref" : " urn:uuid:deadbeef-1234-0000-0000 -4321feebdaed#something" }
812
+ "foo" : {"$ref" : " urn:uuid:deadbeef-1234-ff00-00ff -4321feebdaed#something" }
813
813
},
814
814
"$defs" : {
815
815
"bar" : {
You can’t perform that action at this time.
0 commit comments