Skip to content

Commit 61a1e9b

Browse files
authored
Merge pull request #42 from RobertDeRose/feature/add-uid-to-profile
Includes an uid value in the user's profile object
2 parents 5f89845 + d816da5 commit 61a1e9b

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)