본문으로 건너뛰기

OntologyCondition

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

kindKind (string)필수
상수 값: ontology
target_idTarget Id (string)필수

EntityType.id or RelationType.id

opOp (string)필수

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": {}
}