xyz.opnshelf.profile
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "xyz.opnshelf.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
"required": [
10
10
"createdAt",
11
11
"updatedAt"
12
12
],
13
13
"properties": {
14
14
"avatar": {
15
15
"type": "blob",
16
16
"accept": [
17
17
"image/jpeg",
18
18
"image/png",
19
19
"image/webp"
20
20
],
21
21
"maxSize": 5242880,
22
22
"description": "Profile photo stored in the user's PDS"
23
23
},
24
24
"createdAt": {
25
25
"type": "string",
26
26
"format": "datetime",
27
27
"description": "Record creation timestamp"
28
28
},
29
29
"updatedAt": {
30
30
"type": "string",
31
31
"format": "datetime",
32
32
"description": "Record update timestamp"
33
33
},
34
34
"displayName": {
35
35
"type": "string",
36
36
"maxLength": 64,
37
-
"description": "Display name shown in OpnShelf"
37
+
"description": "Display name shown in Opnshelf"
38
38
}
39
39
}
40
40
},
41
-
"description": "An OpnShelf profile record"
41
+
"description": "An Opnshelf profile record"
42
42
}
43
43
},
44
44
"$type": "com.atproto.lexicon.schema",
45
45
"lexicon": 1
46
46
}