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