download.darkworld.abusivelist
Schema Diff
+4 -5
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 3 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "download.darkworld.abusivelist:body.reason" }
- RemovedEdge RemovedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.reason", kind: "prop", name: Some("reason") }
Non-Breaking Changes (3)
- AddedVertex AddedVertex { vertex_id: "download.darkworld.abusivelist:body.subject" }
- AddedEdge AddedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.subject", kind: "prop", name: Some("subject") }
- ConstraintRemoved ConstraintRemoved { vertex_id: "download.darkworld.abusivelist:body.reason", sort: "maxLength" }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "download.darkworld.abusivelist:body.reason" }
Added Elements
AddedVertex { vertex_id: "download.darkworld.abusivelist:body.subject" }
Constraint Changes
- ConstraintRemoved ConstraintRemoved { vertex_id: "download.darkworld.abusivelist:body.reason", sort: "maxLength" }
Additional Notes
- Breaking: RemovedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.reason", kind: "prop", name: Some("reason") }
- Non-breaking: AddedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.subject", kind: "prop", name: Some("subject") }
1
1
{
2
2
"id": "download.darkworld.abusivelist",
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
-
"uri",
10
+
"subject",
11
11
"reason"
12
12
],
13
13
"properties": {
14
14
"uri": {
15
15
"type": "uri",
16
16
"description": "The AT-URI pointing to the abusive list."
17
17
},
18
-
"reason": {
19
-
"type": "string",
20
-
"maxLength": 256,
21
-
"description": "The reason."
18
+
"subject": {
19
+
"ref": "com.atproto.repo.strongRef",
20
+
"type": "ref"
22
21
}
23
22
}
24
23
},
25
24
"description": "A declaration of a tracked abusive blocklist."
26
25
}
27
26
},
28
27
"$type": "com.atproto.lexicon.schema",
29
28
"lexicon": 1
30
29
}