{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "forceRemoteSync": { "description": "When true, apply the remote plugin change before the local uninstall flow.", "type": "boolean" }, "pluginId": { "type": "string" } }, "required": [ "pluginId" ], "title": "PluginUninstallParams", "type": "object" }