{ "id": "bad_caps", "name": "bad_Caps", "version" : 1, "requirements": [ { "xtype": "fnord", "version": 3 } ], "variables" : { "input" : [ ], "output" : [ ], "local" : [ ] }, "nodes": [ { "id": 1, "nodetype": "flow", "action": "start", "label" : "Start", "parameters": {} }, { "id": 3, "nodetype": "flow", "action": "end", "label" : "End", "parameters": {} } ], "edges": [ [ 1, 3 ] ], "branches" : [ ] }