{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "remotePluginId": { "type": "string" } }, "required": [ "remotePluginId" ], "title": "PluginShareDeleteParams", "type": "object" }