club.userstyles.alpha.actor.profile
Schema Diff
+4 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "club.userstyles.alpha.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
+
"required": [
10
+
"createdAt"
11
+
],
9
12
"properties": {
10
13
"createdAt": {
11
14
"type": "string",
12
15
"format": "datetime"
13
16
},
14
17
"description": {
15
18
"type": "string",
16
19
"maxLength": 2560,
17
-
"description": "Free-form profile description text.",
18
20
"maxGraphemes": 256
19
21
},
20
22
"displayName": {
21
23
"type": "string",
22
24
"maxLength": 640,
23
25
"maxGraphemes": 64
24
26
}
25
27
}
26
28
},
27
-
"description": "A declaration of a userstyles.club account profile."
29
+
"description": "A userstyles.club account profile."
28
30
}
29
31
},
30
32
"$type": "com.atproto.lexicon.schema",
31
33
"lexicon": 1
32
34
}