Add explicit component paths to JSON registry

This commit is contained in:
2026-01-18 18:47:07 +00:00
parent b34e45067d
commit 85fb859131
3 changed files with 56 additions and 38 deletions

View File

@@ -76,6 +76,9 @@
"load": {
"type": "object",
"properties": {
"path": {
"type": "string"
},
"export": {
"type": "string"
}