diff --git a/process.start.md b/process.start.md index 8390f80..6ffe913 100644 --- a/process.start.md +++ b/process.start.md @@ -4,9 +4,7 @@ ```json { - "key": "process.start", - "intent": "control", - "scope": "zmq" + "key": "process.start" } ``` @@ -20,8 +18,6 @@ ```json { "key": "process.start", - "intent": "control", - "scope": "zmq", "name": "webservice" } ``` @@ -32,9 +28,7 @@ ```json { - "key": "process.start", - "intent": "event", - "scope": "broadcast" + "key": "process.start" } ``` @@ -49,8 +43,6 @@ ```json { "key": "process.start", - "intent": "event", - "scope": "broadcast", "name": "webservice", "error": "SPAWN_ERROR: webservice..." }