Undirected (Bi-Entity Condition Type)

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

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

Type ID: apoli:undirected

Fields

FieldTypeDefaultDescription
conditionBi-entity Condition TypeThe bi-entity condition type to check for.

Examples

"bientity_condition": {
	"type": "apoli:undirected",
	"condition": {
		"type": "apoli: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.