{ "projectName": "Sample Project", "apiVersion": "1.2", "fileChecksum": "valid-md5-sample2", "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": 101, "sonar_complexity": 80 } }, { "name": "otherSmallLeaf.ts", "type": "File", "attributes": { "rloc": 70, "functions": 10, "sonar_complexity": 100 } }, { "name": "sample2LeafMergedIn.kt", "type": "File", "attributes": { "rloc": 600, "functions": 10, "sonar_complexity": 1 }, "link": "http://www.google.de" } ] } ] } ], "attributeTypes": { "nodes": { "rloc": "absolute", "functions": "absolute", "sonar_complexity": "absolute" } } }