summaryrefslogtreecommitdiffstats
path: root/schema/remote/outbound/output.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/remote/outbound/output.json')
-rw-r--r--schema/remote/outbound/output.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/schema/remote/outbound/output.json b/schema/remote/outbound/output.json
new file mode 100644
index 0000000..ee70cf2
--- /dev/null
+++ b/schema/remote/outbound/output.json
@@ -0,0 +1,10 @@
+{
+ "title": "Output schema",
+ "description": "Signal the client that a process has written data on stdout or stderr",
+ "properties": {
+ "event": { "type": "string", "pattern": "output", "required": true },
+ "id": { "type": "integer", "required": true },
+ "stdout": { "type": "string" },
+ "stderr": { "type": "string" }
+ }
+}