File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 647
647
"description" : " $dynamicRef skips over intermediate resources - direct reference" ,
648
648
"schema" : {
649
649
"$schema" : " https://json-schema.org/draft/next/schema" ,
650
- "$id" : " https://example.com/foo " ,
650
+ "$id" : " https://test.json-schema.org/dynamic-ref-skips-intermediate-resource/main " ,
651
651
"type" : " object" ,
652
652
"properties" : {
653
653
"bar-item" : {
656
656
},
657
657
"$defs" : {
658
658
"bar" : {
659
- "$id" : " https://example.com/ bar" ,
659
+ "$id" : " bar" ,
660
660
"type" : " array" ,
661
661
"items" : {
662
662
"$ref" : " item"
Original file line number Diff line number Diff line change 761
761
"description" : " $dynamicRef skips over intermediate resources - direct reference" ,
762
762
"schema" : {
763
763
"$schema" : " https://json-schema.org/draft/2020-12/schema" ,
764
- "$id" : " https://example.com/foo " ,
764
+ "$id" : " https://test.json-schema.org/dynamic-ref-skips-intermediate-resource/main " ,
765
765
"type" : " object" ,
766
766
"properties" : {
767
767
"bar-item" : {
770
770
},
771
771
"$defs" : {
772
772
"bar" : {
773
- "$id" : " https://example.com/ bar" ,
773
+ "$id" : " bar" ,
774
774
"type" : " array" ,
775
775
"items" : {
776
776
"$ref" : " item"
You can’t perform that action at this time.
0 commit comments