File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"description" : " A $dynamicRef to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor" ,
4
4
"schema" : {
5
+ "$id" : " https://test.json-schema.org/dynamicRef-dynamicAnchor-same-schema/root" ,
5
6
"type" : " array" ,
6
7
"items" : { "$dynamicRef" : " #items" },
7
8
"$defs" : {
27
28
{
28
29
"description" : " A $dynamicRef to an $anchor in the same schema resource should behave like a normal $ref to an $anchor" ,
29
30
"schema" : {
31
+ "$id" : " https://test.json-schema.org/dynamicRef-anchor-same-schema/root" ,
30
32
"type" : " array" ,
31
33
"items" : { "$dynamicRef" : " #items" },
32
34
"$defs" : {
52
54
{
53
55
"description" : " A $ref to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor" ,
54
56
"schema" : {
57
+ "$id" : " https://test.json-schema.org/ref-dynamicAnchor-same-schema/root" ,
55
58
"type" : " array" ,
56
59
"items" : { "$ref" : " #items" },
57
60
"$defs" : {
You can’t perform that action at this time.
0 commit comments