boo.sky.wot.denouncement
Schema Diff
+1 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "boo.sky.wot.denouncement",
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
"createdAt"
12
12
],
13
13
"properties": {
14
14
"reason": {
15
15
"type": "string",
16
16
"maxLength": 2000,
17
17
"description": "Optional free-text reason for the denouncement.",
18
18
"maxGraphemes": 500
19
19
},
20
20
"subject": {
21
21
"type": "string",
22
22
"format": "did",
23
23
"description": "The denounced account."
24
24
},
25
25
"createdAt": {
26
26
"type": "string",
27
27
"format": "datetime"
28
28
}
29
29
}
30
30
}
31
31
}
32
32
},
33
33
"$type": "com.atproto.lexicon.schema",
34
-
"lexicon": 1,
35
-
"description": "A negative vouch for a subject, published inside a WoT circle."
34
+
"lexicon": 1
36
35
}