{
    "id": "v-prueba01",
    "name": "Abuelo",
    "url": "/tree/prueba01",
    "source": "",
    "description": "esto es un abuelo",
    "children": [
        {
            "id": "padre",
            "name": "Padre",
            "order": null,
            "url": "/tree/prueba01#c-padre",
            "children": [
                {
                    "id": "hijo-1",
                    "name": "Hijo 1",
                    "order": null,
                    "url": "/tree/prueba01#c-hijo-1",
                    "children": [],
                    "data": {
                        "type": "concept",
                        "depth": 1
                    }
                },
                {
                    "id": "hijo-2",
                    "name": "Hijo 2",
                    "order": null,
                    "url": "/tree/prueba01#c-hijo-2",
                    "children": [
                        {
                            "id": "nieto-21",
                            "name": "Nieto 2.1",
                            "order": null,
                            "url": "/tree/prueba01#c-nieto-21",
                            "children": [],
                            "data": {
                                "type": "concept",
                                "depth": 2
                            }
                        },
                        {
                            "id": "nieto-22",
                            "name": "Nieto 2.2",
                            "order": null,
                            "url": "/tree/prueba01#c-nieto-22",
                            "children": [],
                            "data": {
                                "type": "concept",
                                "depth": 2
                            }
                        }
                    ],
                    "data": {
                        "type": "concept",
                        "depth": 3
                    }
                },
                {
                    "id": "hijo-3",
                    "name": "Hijo 3",
                    "order": null,
                    "url": "/tree/prueba01#c-hijo-3",
                    "children": [],
                    "data": {
                        "type": "concept",
                        "depth": 1
                    }
                }
            ],
            "data": {
                "type": "concept",
                "active": false,
                "depth": 2
            },
            "description": "este es el hijo 2"
        }
    ],
    "data": {
        "type": "vocab"
    }
}