site.exosphere.moderation
Schema Diff
+1 -0
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 0 non-breaking changes.
Breaking Changes (1)
- ConstraintAdded ConstraintAdded { vertex_id: "site.exosphere.moderation:body.action", sort: "maxLength", value: "128" }
Migration Guidance
Constraint Changes
- ConstraintAdded ConstraintAdded { vertex_id: "site.exosphere.moderation:body.action", sort: "maxLength", value: "128" }
1
1
{
2
2
"id": "site.exosphere.moderation",
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
"sphere",
11
11
"subject",
12
12
"action"
13
13
],
14
14
"properties": {
15
15
"action": {
16
16
"type": "string",
17
+
"maxLength": 128,
17
18
"knownValues": [
18
19
"remove"
19
20
]
20
21
},
21
22
"sphere": {
22
23
"type": "string",
23
24
"format": "at-uri",
24
25
"description": "AT URI of the Sphere."
25
26
},
26
27
"subject": {
27
28
"type": "string",
28
29
"format": "at-uri",
29
30
"description": "AT URI of the content being moderated."
30
31
}
31
32
}
32
33
},
33
34
"description": "A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS."
34
35
}
35
36
},
36
37
"$type": "com.atproto.lexicon.schema",
37
38
"lexicon": 1
38
39
}