Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
...
"statement": {
  ...
  "conditionscondition": {
    "number": {
      "==": {"object.site_id": 1234},
      ">":  {"object.id": 9876}
    }
    "string": {
      "==": {"subject.email": "test@email.com"}
    }
  }
  ...
}

...