Commit 0d39fab6 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: remove duplicate keys in input-schema.json

parent f4f53487
...@@ -57,11 +57,6 @@ ...@@ -57,11 +57,6 @@
"type": "integer", "type": "integer",
"default" : 4 "default" : 4
}, },
"instance-name": {
"title": "Displayed instance name",
"description": "Name of the instance, to show in the window title",
"type": "string"
},
"no-ipv4-frontend": { "no-ipv4-frontend": {
"title": "No IPv4 frontend", "title": "No IPv4 frontend",
"description": "Prevent the slaprunner to order an IPv4 frontend for itself", "description": "Prevent the slaprunner to order an IPv4 frontend for itself",
...@@ -129,12 +124,6 @@ ...@@ -129,12 +124,6 @@
"type": "string", "type": "string",
"default": "monitor.app.officejs.com" "default": "monitor.app.officejs.com"
}, },
"resilient-clone-number": {
"title": "Number of Resilient Clones",
"description": "Number of clones to be deployed when a resilient runner, if missing a single clone is provided. Its value can be 1 or 2",
"type": "integer",
"enum": [1, 2]
},
"instance-name": { "instance-name": {
"title": "Instance Name", "title": "Instance Name",
"description": "Name of the instance, to show in the window title", "description": "Name of the instance, to show in the window title",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment