API Reference

Rules schema

Attribute
Type
Description

filter

Filter

Object containing filtering rules which will evaluate against context object. Filter can be an instance of 5 different filter types described below.

Filter Schema

Attribute
Type
Desription

type

group

Filter group will evaluate by applying a logical operation to the array of filters provided

filters

Filter[]

Array of filters

operator

enum(and, or)

Logical operation

Last updated