added filter base type

This commit is contained in:
2026-04-24 12:53:28 -04:00
parent e45265b242
commit c8757e1709
2 changed files with 11 additions and 7 deletions

View File

@ -138,6 +138,9 @@
}
}
},
"filter": {
"type": "object"
},
"condition": {
"type": "object",
"properties": {
@ -300,7 +303,7 @@
}
},
"type": [
"object",
"filter",
"null"
]
},
@ -341,11 +344,11 @@
]
}
},
"type": "object"
"type": "filter"
},
"address": {},
"address.filter": {
"type": "object",
"type": "filter",
"compiledPropertyNames": [
"$and",
"$or",
@ -389,12 +392,13 @@
}
},
"condition": {},
"filter": {},
"string.condition": {},
"integer.condition": {},
"date.condition": {},
"search": {},
"search.filter": {
"type": "object",
"type": "filter",
"compiledPropertyNames": [
"$and",
"$or",