{
"root": {
"name": "basic",
"type": "dir",
"children": [
{
"name": "my_file.txt",
"type": "file"
},
{
"name": "project",
"ref": "project",
"type": "ref"
}
]
},
"template": {
"phase": {
"name": "my_phase",
"type": "dir",
"children": [
{
"name": "phase_1",
"type": "file"
},
{
"name": "phase_2",
"type": "file"
}
]
},
"project": {
"name": "my_dir",
"type": "dir",
"children": [
{
"name": "my_log.log",
"type": "file"
},
{
"name": "phase",
"ref": "phase",
"type": "ref"
}
]
}
}
}