github.com/mattevans/edward@v1.9.2/config/testdata/bad.json (about)

     1  {
     2  	"imports": [
     3  		"imports1/import1.json",
     4  		"imports1/import2.json"
     5  	],
     6  	"services": [
     7  			"name": "service1",
     8  			"path": ".",
     9  			"requiresSudo": true,
    10  			"commands": {
    11  				"build": "buildCmd",
    12  				"launch": "launchCmd",
    13  				"stop": "stopCmd"
    14  			},
    15  			"log_properties": {
    16  				"started": "startedProperty"
    17  			}
    18  		}
    19  	],
    20  	"groups": [
    21  		{
    22  			"name": "group1",
    23  			"children": ["service1"]
    24  		}
    25  	]
    26  }