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