{ "projectName": "Sample Project", "fileChecksum": "valid-md5-sample", "apiVersion": "1.2", "nodes": [ { "name": "root", "type": "Folder", "attributes": {}, "children": [ { "name": "bigLeaf.ts", "type": "File", "attributes": { "rloc": 120, "functions": 10, "sonar_complexity": 1 }, "link": "http://www.google.de" }, { "name": "ParentLeaf", "type": "Folder", "attributes": {}, "children": [ { "name": "smallLeaf.html", "type": "File", "attributes": { "rloc": 30, "functions": 19, "sonar_complexity": 80 } }, { "name": "otherSmallLeaf.ts", "type": "File", "attributes": { "rloc": 80, "functions": 10, "sonar_complexity": 100 } } ] } ] } ], "attributeTypes": { "nodes": { "rloc": "absolute", "functions": "absolute", "sonar_complexity": "absolute" } } }