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