added support for root schema compiled properties for the mixer

This commit is contained in:
2026-03-20 18:04:49 -04:00
parent 9038607729
commit 9255439d53
4 changed files with 126 additions and 40 deletions

View File

@ -62,7 +62,8 @@ fn test_library_api() {
"properties": {
"name": { "type": "string" }
},
"required": ["name"]
"required": ["name"],
"compiledProperties": ["name"]
}
}
})