download.darkworld.abusivelist
Schema Diff
+6 -8
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 3 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "download.darkworld.abusivelist:body.isrc" }
- RemovedEdge RemovedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.isrc", kind: "prop", name: Some("isrc") }
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.isrc" }
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.isrc", kind: "prop", name: Some("isrc") }
- 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
-
"isrc": {
15
-
"type": "uri",
16
-
"description": "The AT-URI pointing to the abusive list."
14
+
"reason": {
15
+
"type": "string"
17
16
},
18
-
"reason": {
19
-
"type": "string",
20
-
"maxLength": 256,
21
-
"description": "The reason."
17
+
"subject": {
18
+
"ref": "com.atproto.repo.strongRef",
19
+
"type": "ref"
22
20
}
23
21
}
24
22
},
25
23
"description": "A declaration of a tracked abusive blocklist."
26
24
}
27
25
},
28
26
"$type": "com.atproto.lexicon.schema",
29
27
"lexicon": 1
30
28
}