Skip to content

Explicit isNull condition for payload filter #1609

@generall

Description

@generall

Is your feature request related to a problem? Please describe.
Currently, there is isEmpty condition, which is passed when
either "key": [] or key does not exist.

But it is not triggered if "key": null.

Describe the solution you'd like
A new condition, that can check for null.

Describe alternatives you've considered
Allow isEmpty to match with "key": null.

Additional context

Would require:

  • Unit tests to check that the new condition works
  • OpenAPI integration tests to make sure schema is updated properly

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions