summaryrefslogtreecommitdiff
path: root/remotes/tree.json
blob: a12d98b071d59c59f755f67342990131c77df9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "description": "tree schema, extensible",
    "$id": "http://localhost:1234/tree.json",
    "$dynamicAnchor": "node",

    "type": "object",
    "properties": {
        "data": true,
        "children": {
            "type": "array",
            "items": {
                "$dynamicRef": "#node"
            }
        }
    }
}