Undirected

Bi-entity Condition Type

Checks if the specified bi-entity condition is true before or after swapping the actor and target context.

Type ID: origins:undirected

Fields

Field Type Default Description
condition Bi-entity Condition Type The bi-entity condition type to check for.

Examples

"bientity_condition": {
    "type": "origins:undirected",
    "condition": {
        "type": "origins:owner"
    }
}

This example will check if the actor entity is the owner of the target entity, or if the target entity is the owner of the actor entity.