me.linkna.profile
Schema Diff
+5 -0
1
1
{
2
2
"id": "me.linkna.profile",
3
3
"defs": {
4
4
"main": {
5
5
"key": "literal:self",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"properties": {
10
10
"avatar": {
11
11
"type": "blob",
12
12
"accept": [
13
13
"image/png",
14
14
"image/jpeg",
15
15
"image/webp",
16
16
"image/gif"
17
17
],
18
18
"maxSize": 1000000,
19
19
"description": "Custom profile picture for Linkname page."
20
20
},
21
21
"createdAt": {
22
22
"type": "string",
23
23
"format": "datetime"
24
+
},
25
+
"description": {
26
+
"type": "string",
27
+
"maxLength": 256,
28
+
"description": "Custom profile description for Linkname page."
24
29
}
25
30
}
26
31
},
27
32
"description": "A user's custom profile for their Linkname page."
28
33
}
29
34
},
30
35
"$type": "com.atproto.lexicon.schema",
31
36
"lexicon": 1
32
37
}