github.com/jfrog/jfrog-cli-core/v2@v2.51.0/utils/reposnapshot/testdata/dummy-repo-local (about) 1 { 2 "name": ".", 3 "children": [ 4 { 5 "name": "0", 6 "children": [ 7 { 8 "name": "a", 9 "total_files_count": 3, 10 "total_files_size": 3 11 } 12 ] 13 }, 14 { 15 "name": "1", 16 "children": [ 17 { 18 "name": "a", 19 "total_files_count": 1 20 }, 21 { 22 "name": "b", 23 "total_files_count": 2, 24 "total_files_size": 1 25 } 26 ], 27 "total_files_count": 1 28 }, 29 { 30 "name": "2" 31 } 32 ], 33 "total_files_count": 1 34 }