AckdbObserveFilterGroup
A boolean group combining child nodes with AND/OR.
Properties
typestringrequired"group"opstringrequiredHow children are combined.
"and""or"childrenarray ofrequiredExample
AckdbObserveFilterGroup example
{
"type": "group",
"op": "and",
"children": [
{
"type": "group",
"op": "and",
"children": []
}
]
}