{
"value": {
"and": [
{
"event": {
"eq": "Purchase"
}
},
{
"value": {
"gt": 100
}
}
]
}
}