fixed issue with filter generation where filters or conditions are used internally

This commit is contained in:
2026-06-11 20:40:27 -04:00
parent 1d56bae9a5
commit 5af2399e3b
3 changed files with 5 additions and 2 deletions

View File

@ -466,7 +466,7 @@
},
"filter": {
"type": [
"$kind.filter.filter",
"$kind.filter",
"null"
]
},