diff --git a/process.stop.md b/process.stop.md index 45f0d51..c1cd7a4 100644 --- a/process.stop.md +++ b/process.stop.md @@ -4,9 +4,7 @@ ```json { - "key": "process.stop", - "intent": "control", - "scope": "zmq" + "key": "process.stop" } ``` @@ -20,8 +18,6 @@ ```json { "key": "process.stop", - "intent": "control", - "scope": "zmq", "name": "webservice" } ``` @@ -32,9 +28,7 @@ ```json { - "key": "process.stop", - "intent": "event", - "scope": "broadcast" + "key": "process.stop" } ``` @@ -49,8 +43,6 @@ ```json { "key": "process.stop", - "intent": "event", - "scope": "broadcast", "name": "webservice", } ``` \ No newline at end of file