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 22 {
33 "description" : " A $dynamicRef to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor" ,
44 "schema" : {
5+ "$id" : " https://test.json-schema.org/dynamicRef-dynamicAnchor-same-schema/root" ,
56 "type" : " array" ,
67 "items" : { "$dynamicRef" : " #items" },
78 "$defs" : {
2728 {
2829 "description" : " A $dynamicRef to an $anchor in the same schema resource should behave like a normal $ref to an $anchor" ,
2930 "schema" : {
31+ "$id" : " https://test.json-schema.org/dynamicRef-anchor-same-schema/root" ,
3032 "type" : " array" ,
3133 "items" : { "$dynamicRef" : " #items" },
3234 "$defs" : {
5254 {
5355 "description" : " A $ref to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor" ,
5456 "schema" : {
57+ "$id" : " https://test.json-schema.org/ref-dynamicAnchor-same-schema/root" ,
5558 "type" : " array" ,
5659 "items" : { "$ref" : " #items" },
5760 "$defs" : {
You can’t perform that action at this time.
0 commit comments