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