net.atchan.moderation.move
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "net.atchan.moderation.move",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"subject",
11
11
"from",
12
12
"to",
13
13
"createdAt"
14
14
],
15
15
"properties": {
16
16
"to": {
17
17
"type": "string",
18
18
"format": "at-uri",
19
19
"description": "Reference to the `net.atchan.board` record the thread is moved to"
20
20
},
21
21
"from": {
22
22
"type": "string",
23
23
"format": "at-uri",
24
24
"description": "Board the thread was originally on"
25
25
},
26
26
"reason": {
27
27
"type": "string",
28
28
"maxLength": 3000,
29
29
"description": "Why the thread was moved. Shown to users alongside the thread's origin board.",
30
30
"maxGraphemes": 300
31
31
},
32
32
"subject": {
33
33
"ref": "com.atproto.repo.strongRef",
34
34
"type": "ref",
35
35
"description": "The thread being moved"
36
36
},
37
37
"createdAt": {
38
38
"type": "string",
39
39
"format": "datetime"
40
40
}
41
41
}
42
42
},
43
-
"description": "A moderator's declaration that a thread belongs on a different board. The appview honours a move only once a trusted labeler has countersigned this record with net.atchan.moderation.defs#move. The thread's own `board` field is the author's claim and is never rewritten; a move overrides it, and deleting this record restores it. The latest honoured move for a subject wins."
43
+
"description": "A moderator's declaration that a thread belongs on a different board. The AppView honours a move only once a trusted labeler has countersigned this record with `net.atchan.moderation.defs#move`. The thread's own `board` field is the author's claim and is never rewritten; a move overrides it, and deleting this record restores it. The latest honoured move for a subject wins."
44
44
}
45
45
},
46
46
"$type": "com.atproto.lexicon.schema",
47
47
"lexicon": 1
48
48
}