OntologyCondition
Reaction condition that triggers when an entity or relation row change matches target_id, op, and the optional filter.
kindKind (string)필수
상수 값:
ontologytarget_idTarget Id (string)필수
EntityType.id or RelationType.id
opOp (string)필수
Possible values: [added, modified, removed]
filter object
Optional predicate evaluated against changed row values.
- object
- null
object
OntologyCondition
{
"kind": "ontology",
"target_id": "string",
"op": "added",
"filter": {}
}