File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 "description" : " $dynamicRef skips over intermediate resources - pointer reference across resource boundary" ,
44 "schema" : {
55 "$schema" : " https://json-schema.org/draft/next/schema" ,
6- "$id" : " https://example.com/foo " ,
6+ "$id" : " https://test.json-schema.org/dynamic-ref-skips-intermediate-resource/optional/main " ,
77 "type" : " object" ,
88 "properties" : {
99 "bar-item" : {
1212 },
1313 "$defs" : {
1414 "bar" : {
15- "$id" : " https://example.com/ bar" ,
15+ "$id" : " bar" ,
1616 "type" : " array" ,
1717 "items" : {
1818 "$ref" : " item"
Original file line number Diff line number Diff line change 33 "description" : " $dynamicRef skips over intermediate resources - pointer reference across resource boundary" ,
44 "schema" : {
55 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
6- "$id" : " https://example.com/foo " ,
7- "type" : " object" ,
6+ "$id" : " https://test.json-schema.org/dynamic-ref-skips-intermediate-resource/main " ,
7+ "type" : " object" ,
88 "properties" : {
99 "bar-item" : {
1010 "$ref" : " bar#/$defs/item"
1111 }
1212 },
1313 "$defs" : {
1414 "bar" : {
15- "$id" : " https://example.com/ bar" ,
15+ "$id" : " bar" ,
1616 "type" : " array" ,
1717 "items" : {
1818 "$ref" : " item"
You can’t perform that action at this time.
0 commit comments