Last active
March 14, 2018 13:07
-
-
Save ImoutoChan/0c16ff191be8fe5e1ff67c9a9fc94ab1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "conditionGroup": { | |
| "operator": "or", | |
| "conditionGroups": [ | |
| { | |
| "operator": "and", | |
| "conditionGroups": null, | |
| "conditions":[ | |
| { | |
| "operator": "lower", | |
| "propertyName": "Value3", | |
| "value": "5" | |
| }, | |
| { | |
| "operator": "equal", | |
| "propertyName": "Value4", | |
| "value": "25" | |
| } | |
| ] | |
| } | |
| ], | |
| "conditions": [ | |
| { | |
| "operator": "lower", | |
| "propertyName": "Value", | |
| "value": "5" | |
| }, | |
| { | |
| "operator": "equal", | |
| "propertyName": "Value2", | |
| "value": "25" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment