github.com/kaptinlin/jsonschema@v0.4.6/testdata/JSON-Schema-Test-Suite/remotes/tree.json (about) 1 { 2 "description": "tree schema, extensible", 3 "$id": "http://localhost:1234/tree.json", 4 "$dynamicAnchor": "node", 5 6 "type": "object", 7 "properties": { 8 "data": true, 9 "children": { 10 "type": "array", 11 "items": { 12 "$dynamicRef": "#node" 13 } 14 } 15 } 16 }