Skip to main content

Filter Expressions

Filter expressions are used when doing lookups in JSON or JavaScript schemas.

Below is a list of examples of what you can do with the filter.

tip

If you are using JavaScript and your filter contains expressions, it's often easier to use string interpolation instead of string concatination. See MDN Web Docs .

Examples

Examples of supported binary operators & expressions:

info

Please note that our filter expressions only support one use of any per expression.
E.g. properties.tags/any(t: t eq 'tag1') or properties.tags/any(t: t eq 'tag2') is not supported.