Skip to content

Commit d816da5

Browse files
committed
Includes an uid value in the user's profile object
1 parent 5f89845 commit d816da5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/objects/profile.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ prefix: account/profile
44
description: >
55
Your User profile information.
66
schema:
7+
uuid:
8+
type: Integer
9+
value: 123
10+
description: >
11+
A unique id for the user. This will never change even if the user changes
12+
their email or username.
713
username:
814
type: String
915
value: example_user

0 commit comments

Comments
 (0)