addedInput schema / properties / arch
Added value: +{
+ "default": "",
+ "title": "Arch",
+ "type": "string"
+}
addedInput schema / properties / boot_timeout_sec
Added value: +{
+ "default": 1800,
+ "title": "Boot Timeout Sec",
+ "type": "integer"
+}
addedInput schema / properties / cpus
Added value: +{
+ "default": 0,
+ "title": "Cpus",
+ "type": "integer"
+}
addedInput schema / properties / mem_mb
Added value: +{
+ "default": 0,
+ "title": "Mem Mb",
+ "type": "integer"
+}
removedInput schema / properties / name
Removed value: -{
- "title": "Name",
- "type": "string"
-}
addedInput schema / properties / os
Added value: +{
+ "title": "Os",
+ "type": "string"
+}
addedInput schema / properties / ports
Added value: +{
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "title": "Ports",
+ "type": "array"
+}
addedInput schema / properties / release
Added value: +{
+ "default": "",
+ "title": "Release",
+ "type": "string"
+}
addedInput schema / properties / snapshot_mode
Added value: +{
+ "default": false,
+ "title": "Snapshot Mode",
+ "type": "boolean"
+}
addedInput schema / properties / sync
Added value: +{
+ "default": "",
+ "title": "Sync",
+ "type": "string"
+}
addedInput schema / properties / volumes
Added value: +{
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "title": "Volumes",
+ "type": "array"
+}
changedInput schema / required
Previous value: -[
- "name"
-]New value: +[
+ "os"
+]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "start_vmOutput",
- "type": "object"
-}New value: +null