download.darkworld.abusivelist
Schema Diff
+1 -1
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 2 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "download.darkworld.abusivelist:body.rason" }
- RemovedEdge RemovedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.rason", kind: "prop", name: Some("rason") }
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.rason" }
Added Elements
AddedVertex { vertex_id: "download.darkworld.abusivelist:body.reason" }
Additional Notes
- Breaking: RemovedEdge { src: "download.darkworld.abusivelist:body", tgt: "download.darkworld.abusivelist:body.rason", kind: "prop", name: Some("rason") }
- 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
-
"rason": {
14
+
"reason": {
15
15
"type": "string"
16
16
},
17
17
"subject": {
18
18
"ref": "com.atproto.repo.strongRef",
19
19
"type": "ref"
20
20
}
21
21
}
22
22
},
23
23
"description": "A declaration of a tracked abusive blocklist."
24
24
}
25
25
},
26
26
"$type": "com.atproto.lexicon.schema",
27
27
"lexicon": 1
28
28
}