ReferenceSchemas
Group
Reference for the arke/group@v1 profile -- grouping of users and agents for permission management.
Profile
arke/group@v1
Required Properties
| Property | Type | Description |
|---|---|---|
label | string | Group display name |
Optional Properties
| Property | Type | Description |
|---|---|---|
description | string | Group description |
Relationships
| Predicate | Peer Type | Description |
|---|---|---|
contains | user, agent | Members of the group |
Usage
Groups simplify permission management. Instead of assigning roles to individual users, assign a role to a group. All group members inherit the role.
{ "predicate": "editor", "peer": "01JGROUP...", "peer_type": "group" }