There was an error while loading. Please reload this page.
2 parents 5f89845 + d816da5 commit 61a1e9bCopy full SHA for 61a1e9b
src/data/objects/profile.yaml
@@ -4,6 +4,12 @@ prefix: account/profile
4
description: >
5
Your User profile information.
6
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.
13
username:
14
type: String
15
value: example_user
0 commit comments