{
  "description":"test description valid-02",
  "asynchronousCommands":{
    "commands":[
      {
        "description":"List files",
        "command":"ls",
        "args":["-F","-a","-l"]
      }
    ]
  },
  "serialSynchronizedCommands":{
    "commands":[
      {
        "description":"Take a look at network",
        "command":"ifconfig",
        "args":["-a"]
      }
    ]
  }
}
