summaryrefslogtreecommitdiffstats
path: root/schema/remote/outbound/started.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/remote/outbound/started.json')
-rw-r--r--schema/remote/outbound/started.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/remote/outbound/started.json b/schema/remote/outbound/started.json
new file mode 100644
index 0000000..cef861a
--- /dev/null
+++ b/schema/remote/outbound/started.json
@@ -0,0 +1,9 @@
+{
+ "title": "Started schema",
+ "description": "Signal the client that a process has sent the started() signal",
+ "properties": {
+ "event": { "type": "string", "pattern": "started", "required": true },
+ "id": { "type": "integer", "required": true },
+ "pid": { "type": "integer", "required": true }
+ }
+}