entity-property-equals
If the current entity has a property with the given value.
{
"evaluator": "entity-property-equals",
"condition": {
"key": "{key}",
"value": {value}
}
}
Example:
{
"evaluator": "entity-property-equals",
"condition": {
"key": "category",
"value": "athletics"
}
}