app.didpic.actor.profile
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.actor.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
],
16
16
"maxSize": 1000000
17
17
},
18
18
"banner": {
19
19
"type": "blob",
20
20
"accept": [
21
21
"image/png",
22
22
"image/jpeg",
23
23
"image/webp"
24
24
],
25
25
"maxSize": 2000000,
26
-
"description": "Wide cover image displayed at the top of the profile. Any aspect ratio; clients cover-crop on display."
26
+
"description": "Cover image shown at the top of the profile."
27
27
},
28
28
"createdAt": {
29
29
"type": "string",
30
30
"format": "datetime"
31
31
},
32
32
"description": {
33
33
"type": "string",
34
34
"maxLength": 2560,
35
35
"maxGraphemes": 256
36
36
},
37
37
"displayName": {
38
38
"type": "string",
39
39
"maxLength": 640,
40
40
"maxGraphemes": 64
41
41
}
42
42
}
43
43
},
44
-
"description": "A didpic user profile. One per account, rkey 'self'."
44
+
"description": "User profile record."
45
45
}
46
46
},
47
47
"$type": "com.atproto.lexicon.schema",
48
48
"lexicon": 1
49
49
}