summaryrefslogtreecommitdiffstats
path: root/schema/remote/inbound/start.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/remote/inbound/start.json')
-rw-r--r--schema/remote/inbound/start.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/remote/inbound/start.json b/schema/remote/inbound/start.json
new file mode 100644
index 0000000..378e171
--- /dev/null
+++ b/schema/remote/inbound/start.json
@@ -0,0 +1,9 @@
+{
+ "title": "Start schema",
+ "description": "The client request a new process to be started",
+ "properties": {
+ "command": { "type": "string", "pattern": "start", "required": true },
+ "id": { "type": "integer", "required": true },
+ "info": { "type": "object", "required": true }
+ }
+}