Move wrapper/icon resolution into JSON registry

This commit is contained in:
2026-01-18 18:26:39 +00:00
parent a0d65352a9
commit fdd1828fda
3 changed files with 226 additions and 104 deletions

View File

@@ -73,6 +73,16 @@
"wrapperFor": {
"type": "string"
},
"load": {
"type": "object",
"properties": {
"export": {
"type": "string"
}
},
"required": ["export"],
"additionalProperties": false
},
"deprecated": {
"type": "object",
"properties": {