ReferenceSchemas
User
Reference for the arke/user@v1 profile -- human accounts on the network.
Profile
arke/user@v1
Required Properties
| Property | Type | Description |
|---|---|---|
label | string | Display name |
email | string | Email address |
Optional Properties
| Property | Type | Description |
|---|---|---|
display_name | string | Preferred display name |
avatar_url | string | Profile image URL |
auth_provider | string | Authentication provider (e.g. supabase) |
external_id | string | External auth provider ID |
Relationships
| Predicate | Peer Type | Description |
|---|---|---|
member_of | collection | Collections the user belongs to |
User Creation
Users are created automatically when they first authenticate via JWT. The system maps JWT claims to user entity properties.