pub.leaflet.blocks.standardSitePost
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.standardSitePost.showPublicationTheme" }
- AddedEdge AddedEdge { src: "pub.leaflet.blocks.standardSitePost", tgt: "pub.leaflet.blocks.standardSitePost.showPublicationTheme", kind: "prop", name: Some("showPublicationTheme") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "pub.leaflet.blocks.standardSitePost.showPublicationTheme" }
Additional Notes
- Non-breaking: AddedEdge { src: "pub.leaflet.blocks.standardSitePost", tgt: "pub.leaflet.blocks.standardSitePost.showPublicationTheme", kind: "prop", name: Some("showPublicationTheme") }
1
1
{
2
2
"id": "pub.leaflet.blocks.standardSitePost",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"uri"
8
8
],
9
9
"properties": {
10
10
"cid": {
11
11
"type": "string"
12
12
},
13
13
"uri": {
14
14
"type": "string",
15
15
"format": "at-uri"
16
16
},
17
17
"size": {
18
18
"type": "string",
19
19
"knownValues": [
20
20
"large",
21
21
"medium",
22
22
"small"
23
23
]
24
+
},
25
+
"showPublicationTheme": {
26
+
"type": "boolean"
24
27
}
25
28
}
26
29
}
27
30
},
28
31
"$type": "com.atproto.lexicon.schema",
29
32
"lexicon": 1
30
33
}