[
{
"name": "json1",
"operator": "all",
"rules": [
{
"conditions": {
"all": [
{
"fact": "startTime",
"operator": "greaterThanInclusive",
"value": 0
},
{
"fact": "endTime",
"operator": "lessThanInclusive",
"value": 60
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event is in the first minute"
}
}
},
{
"conditions": {
"all": [
{
"fact": "primaryCategory",
"operator": "equal",
"value": "Interview"
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event is an Interview"
}
}
}
]
}
]