You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The plugin related configuration",
"required": ["url"],
"properties": {
"url": {
"type": "string",
"description": "The URL of the plugin to use. As a shorthand for github, you can use the following format: `gh:{owner}/{repo}@{version}` which translates to `https://github.com/owner/repo/releases/download/version/plugin.wasm`"
},
"sha256": {
"type": "string",
"description": "The SHA256 hash of the plugin. Set this to ensure the plugin hasn't been tampered with."