then in that case, you'd likely do something like:...
# spicedb
j
then in that case, you'd likely do something like:
Copy code
definition user {
  relation self: user
  relation parent: user
  relation in_excluded_state: user#parent
  permission can_schedule = self + (parent - in_excluded_state)
}