github.com/zenyuk/edward@v1.8.17/config/testdata/imports1/level2import.json (about) 1 { 2 "imports": [ 3 "level3import.json" 4 ], 5 "services": [ 6 { 7 "name": "service1", 8 "description": "My Service 1 is magic", 9 "path": ".", 10 "requiresSudo": true, 11 "commands": { 12 "build": "buildCmd", 13 "launch": "launchCmd", 14 "stop": "stopCmd" 15 }, 16 "log_properties": { 17 "started": "startedProperty" 18 } 19 } 20 ] 21 }