lib/bolt_server/schemas/partials/target-winrm.json in bolt-3.13.0 vs lib/bolt_server/schemas/partials/target-winrm.json in bolt-3.14.1

- old
+ new

@@ -54,9 +54,13 @@ "description": "Protocol for file transfer, WinRM or SMB" }, "smb-port": { "type": "integer", "description": "Port for SMB protocol" + }, + "plugin_hooks": { + "type": "object", + "description": "Configuration for plugins to use" } }, "required": ["hostname", "user", "password"], "additionalProperties": false }