package USER.READ

default allow := false

allow {
    input.id == input.owner
}

allow {
    input.role == "admin"
}