Problem statement
The Access Delegation currently allows to give access to n Organizations for n Logistics Objects.
This is problematic when revoking access for a specific Organization for a specific Object. Additionally, when chain of trust is involved, the cartesian product ( n Organizations x n Logistics Objects) becomes hard to maintain.
Solution
Restrict the amount of Organizations in an Access Delegation (api:isRequestedFor) from n to 1.
Alternative
Restrict the amount of LogisticsObjects of an Access Delegation (api:hasLogisticsObject) from n to 1.