Plugins: API sync (#112452)

This commit is contained in:
Todd Treece
2025-10-24 08:09:26 -04:00
committed by GitHub
parent 8b12bbcc55
commit dc77da11cf
25 changed files with 1214 additions and 47 deletions
+6 -4
View File
@@ -5,9 +5,11 @@ pluginInstallV0Alpha1: {
plural: "plugininstalls"
scope: "Namespaced"
schema: {
spec: {
id: string
version: string
}
spec: {
id: string
version: string
url?: string
class: "core" | "external" | "cdn"
}
}
}