{
    "id": "v-fruits",
    "name": "Fruits",
    "url": "/tree/fruits",
    "source": "",
    "description": "",
    "children": [
        {
            "id": "apples",
            "name": "Apples",
            "order": null,
            "url": "/tree/fruits#c-apples",
            "children": [
                {
                    "id": "golden-delicious",
                    "name": "Golden Delicious",
                    "order": null,
                    "url": "/tree/fruits#c-golden-delicious",
                    "children": [],
                    "data": {
                        "type": "concept",
                        "depth": 1
                    }
                }
            ],
            "data": {
                "type": "concept",
                "depth": 2
            }
        },
        {
            "id": "oranges",
            "name": "Oranges",
            "order": null,
            "url": "/tree/fruits#c-oranges",
            "children": [],
            "data": {
                "type": "concept",
                "depth": 0
            }
        }
    ],
    "data": {
        "type": "vocab"
    }
}