could also use an `->` to simplify the relationshi...
# spicedb
j
could also use an
->
to simplify the relationship written, ala:
Copy code
definition user {
  relation self: user
  relation parent: user
  relation in_excluded_state: user
  permission can_schedule = self + (parent - in_excluded_state->parent)
}