at.upvote.signal
Schema Diff
+5 -5
Compatibility Analysis
Breaking Changes Detected
2 breaking changes, 2 non-breaking changes.
Breaking Changes (2)
- RemovedVertex RemovedVertex { vertex_id: "at.upvote.signal:body.standardSiteDocument" }
- RemovedEdge RemovedEdge { src: "at.upvote.signal:body", tgt: "at.upvote.signal:body.standardSiteDocument", kind: "prop", name: Some("standardSiteDocument") }
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "at.upvote.signal:body.subject" }
- AddedEdge AddedEdge { src: "at.upvote.signal:body", tgt: "at.upvote.signal:body.subject", kind: "prop", name: Some("subject") }
Migration Guidance
Removed Elements
RemovedVertex { vertex_id: "at.upvote.signal:body.standardSiteDocument" }
Added Elements
AddedVertex { vertex_id: "at.upvote.signal:body.subject" }
Additional Notes
- Breaking: RemovedEdge { src: "at.upvote.signal:body", tgt: "at.upvote.signal:body.standardSiteDocument", kind: "prop", name: Some("standardSiteDocument") }
- Non-breaking: AddedEdge { src: "at.upvote.signal:body", tgt: "at.upvote.signal:body.subject", kind: "prop", name: Some("subject") }
1
1
{
2
2
"id": "at.upvote.signal",
3
3
"defs": {
4
4
"main": {
5
5
"key": "any",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"createdAt",
11
-
"standardSiteDocument"
11
+
"subject"
12
12
],
13
13
"properties": {
14
+
"subject": {
15
+
"type": "string",
16
+
"format": "at-uri"
17
+
},
14
18
"createdAt": {
15
19
"type": "string",
16
20
"format": "datetime"
17
-
},
18
-
"standardSiteDocument": {
19
-
"type": "string",
20
-
"format": "at-uri"
21
21
}
22
22
}
23
23
},
24
24
"description": "An upvote on a standard.site document"
25
25
}
26
26
},
27
27
"$type": "com.atproto.lexicon.schema",
28
28
"lexicon": 1
29
29
}