fyi.questionable.actor.profile
Schema Diff
+5 -0
1
1
{
2
2
"id": "fyi.questionable.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
"createdAt": {
11
11
"type": "string",
12
12
"format": "datetime"
13
13
},
14
+
"description": {
15
+
"type": "string",
16
+
"maxLength": 2560,
17
+
"maxGraphemes": 256
18
+
},
14
19
"displayName": {
15
20
"type": "string",
16
21
"maxLength": 640,
17
22
"maxGraphemes": 64
18
23
}
19
24
}
20
25
},
21
26
"description": "A declaration of a Questionable account profile."
22
27
}
23
28
},
24
29
"$type": "com.atproto.lexicon.schema",
25
30
"lexicon": 1
26
31
}