pub.leaflet.blocks.bskyPost
Schema Diff
+3 -0
Compatibility Analysis
Backward Compatible
Backward compatible. 2 non-breaking changes.
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "pub.leaflet.blocks.bskyPost.clientHost" }
- AddedEdge AddedEdge { src: "pub.leaflet.blocks.bskyPost", tgt: "pub.leaflet.blocks.bskyPost.clientHost", kind: "prop", name: Some("clientHost") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "pub.leaflet.blocks.bskyPost.clientHost" }
Additional Notes
- Non-breaking: AddedEdge { src: "pub.leaflet.blocks.bskyPost", tgt: "pub.leaflet.blocks.bskyPost.clientHost", kind: "prop", name: Some("clientHost") }
1
1
{
2
2
"id": "pub.leaflet.blocks.bskyPost",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"postRef"
8
8
],
9
9
"properties": {
10
10
"postRef": {
11
11
"ref": "com.atproto.repo.strongRef",
12
12
"type": "ref"
13
+
},
14
+
"clientHost": {
15
+
"type": "string"
13
16
}
14
17
}
15
18
}
16
19
},
17
20
"$type": "com.atproto.lexicon.schema",
18
21
"lexicon": 1
19
22
}