File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " $dynamicRef skips over intermediate resources - pointer reference across resource boundary" ,
4
4
"schema" : {
5
5
"$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 " ,
7
7
"type" : " object" ,
8
8
"properties" : {
9
9
"bar-item" : {
12
12
},
13
13
"$defs" : {
14
14
"bar" : {
15
- "$id" : " https://example.com/ bar" ,
15
+ "$id" : " bar" ,
16
16
"type" : " array" ,
17
17
"items" : {
18
18
"$ref" : " item"
Original file line number Diff line number Diff line change 3
3
"description" : " $dynamicRef skips over intermediate resources - pointer reference across resource boundary" ,
4
4
"schema" : {
5
5
"$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" ,
8
8
"properties" : {
9
9
"bar-item" : {
10
10
"$ref" : " bar#/$defs/item"
11
11
}
12
12
},
13
13
"$defs" : {
14
14
"bar" : {
15
- "$id" : " https://example.com/ bar" ,
15
+ "$id" : " bar" ,
16
16
"type" : " array" ,
17
17
"items" : {
18
18
"$ref" : " item"
You can’t perform that action at this time.
0 commit comments