Skip to main content

OntologyCondition

Reaction condition that triggers when an entity or relation row change matches target_id, op, and the optional filter.

kindKind (string)required
Constant value: ontology
target_idTarget Id (string)required

EntityType.id or RelationType.id

opOp (string)required

Possible values: [added, modified, removed]

filter object

Optional predicate evaluated against changed row values.

anyOf
object
OntologyCondition
{
"kind": "ontology",
"target_id": "string",
"op": "added",
"filter": {}
}