chat.bsky.actor.declaration
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "chat.bsky.actor.declaration",
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
"allowIncoming"
11
11
],
12
12
"properties": {
13
13
"allowIncoming": {
14
14
"type": "string",
15
15
"knownValues": [
16
16
"all",
17
17
"none",
18
18
"following"
19
19
]
20
20
},
21
21
"allowGroupInvites": {
22
22
"type": "string",
23
-
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Declaration about group chat invitation preferences for the record owner.",
23
+
"description": "Declaration about group chat invitation preferences for the record owner.",
24
24
"knownValues": [
25
25
"all",
26
26
"none",
27
27
"following"
28
28
]
29
29
}
30
30
}
31
31
},
32
32
"description": "A declaration of a Bluesky chat account."
33
33
}
34
34
},
35
35
"$type": "com.atproto.lexicon.schema",
36
36
"lexicon": 1
37
37
}