context-document-has-property-value
If a Document is currently being observed and has a specific property value.
{
"evaluator": "context-document-has-property-value",
"condition": {
"key": "{key}",
"value": {value}
}
}
Example:
{
"evaluator": "context-document-has-property-value",
"condition": {
"key": "category",
"value": "athletics"
}
}