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