[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "startTime",
"operator": "greaterThanInclusive",
"value": 120
},
{
"fact": "endTime",
"operator": "lessThanInclusive",
"value": 300
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event falls within the 2:00 – 5:00 window"
}
}
}
]
}
]