{
   "blockOptions":{
      "method":{
         "name":"sendCloudAbstractCommand",
         "args":{
            "abstractId":"abstract",
            "capability":"capability",
            "command":"command",
            "parameters":"parameters"
         }
      }
   },
   "blockType":"then",
   "fields":[
      {
         "name":"abstract",
         "type":"string",
         "value": "asdasdn-2342342-23423"
      },
      {
         "name":"capability",
         "type":"string",
         "value": "text_command"
      },
      {
         "name":"command",
         "type":"string",
         "value": "send"
      },
      {
         "name":"parameters",
         "type":"object",
         "value": {
             "text": "turn on the light"
         }
      }
   ]
}