AckdbObserveFilter

Recursive Observe filter DSL. A node is either a boolean `group` (with `op` and a `children` array of further nodes) or a leaf condition (`trait`, `attribute`, `event`, or `event_field`). The root node is always a group. Empty groups compile to TRUE (match all).

Properties

one of

Recursive Observe filter DSL. A node is either a boolean `group` (with `op` and a `children` array of further nodes) or a leaf condition (`trait`, `attribute`, `event`, or `event_field`). The root node is always a group. Empty groups compile to TRUE (match all).

Example

AckdbObserveFilter example
{
  "type": "group",
  "op": "and",
  "children": [
    {
      "$ref": "See AckdbObserveFilterGroup"
    }
  ]
}