addedInput schema / properties / operations / items / oneOf
Added value: +[
+ {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "const": "create_network",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "deleteConnections": {
+ "default": true,
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "type": {
+ "const": "delete_network",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "name"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "newName": {
+ "type": "string"
+ },
+ "oldName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "rename_network",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "oldName",
+ "newName"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "newName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "duplicate_network",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "name",
+ "newName"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "className": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "add_object",
+ "type": "string"
+ },
+ "visualized": {
+ "default": true,
+ "type": "boolean"
+ },
+ "x": {
+ "default": 300,
+ "type": "number"
+ },
+ "y": {
+ "default": 300,
+ "type": "number"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "className",
+ "objectName"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "deleteConnections": {
+ "default": true,
+ "type": "boolean"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "remove_object",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "network": {
+ "type": "string"
+ },
+ "newName": {
+ "type": "string"
+ },
+ "oldName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "rename_object",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "oldName",
+ "newName"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "className": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "change_object_class",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "className"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "fromClient": {
+ "type": "string"
+ },
+ "fromObject": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "toObject": {
+ "type": "string"
+ },
+ "toServer": {
+ "type": "string"
+ },
+ "type": {
+ "const": "create_connection",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "fromObject",
+ "fromClient",
+ "toObject",
+ "toServer"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "clientName": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "delete_connection",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "objectName",
+ "clientName"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "channelName": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "set_init_value",
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "objectName",
+ "channelName",
+ "value"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "className": {
+ "type": "string"
+ },
+ "force": {
+ "default": false,
+ "type": "boolean"
+ },
+ "type": {
+ "const": "delete_class",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "className"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "options": {
+ "default": "RebuildAll",
+ "enum": [
+ "RebuildAll",
+ "BuildChanges",
+ "UserClassesOnly",
+ "NoDebugInfo"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "const": "compile",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "add_loader_anyway": {
+ "default": false,
+ "type": "boolean"
+ },
+ "connection": {
+ "type": "string"
+ },
+ "type": {
+ "const": "download",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "position": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "task": {
+ "enum": [
+ "realtime",
+ "cyclicwork",
+ "background"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "const": "set_task_order",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "task",
+ "position"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "task": {
+ "enum": [
+ "realtime",
+ "cyclicwork",
+ "background"
+ ],
+ "type": "string"
+ },
+ "time": {
+ "type": "string"
+ },
+ "type": {
+ "const": "set_task_time",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "task",
+ "time"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "core": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "task": {
+ "enum": [
+ "realtime",
+ "cyclicwork"
+ ],
+ "type": "string"
+ },
+ "type": {
+ "const": "set_task_cpu_core",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "task",
+ "core"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "multiCore": {
+ "type": "boolean"
+ },
+ "type": {
+ "const": "set_multi_cpu_core",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "multiCore"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "isVisualized": {
+ "type": "boolean"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "set_visualized_flag",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "isVisualized"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "comment": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "type": {
+ "const": "set_comment_network",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "comment"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "comment": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "set_comment_object",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "comment"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "network": {
+ "type": "string"
+ },
+ "optionNames": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "resetAllOthers": {
+ "default": false,
+ "type": "boolean"
+ },
+ "type": {
+ "const": "set_network_options",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "optionNames"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "network": {
+ "type": "string"
+ },
+ "optionNames": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "type": {
+ "const": "reset_network_options",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "optionNames"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "folder": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "type": {
+ "const": "move_network_to_folder",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "folder"
+ ],
+ "type": "object"
+ },
+ {
+ "properties": {
+ "network": {
+ "type": "string"
+ },
+ "objectName": {
+ "type": "string"
+ },
+ "parameterName": {
+ "type": "string"
+ },
+ "type": {
+ "const": "set_parameter_value",
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "network",
+ "objectName",
+ "parameterName",
+ "value"
+ ],
+ "type": "object"
+ }
+]