{
// Common communication format
"AnomalyConditions":[
{
"ConditionKey" : "Age",
"ConditionType" : "String",
"ConditionValue" : "Adult",
"ConditionValueOperator" : "="
},
{
"ConditionKey" : "Duration",
"ConditionType" : "String",
"ConditionValue" : "1h",
"ConditionValueOperator" : "="
},
{
"ConditionKey" : "CurrentContext",
"ConditionType" : "String",
"ConditionValue" : "Sitting",
"ConditionValueOperator" : "="
}, "AnomalyID" : "1"
]
} |