pub.leaflet.blocks.postsList
Schema Diff
+7 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 2 non-breaking changes.
Breaking Changes (1)
- ConstraintTightened ConstraintTightened { vertex_id: "pub.leaflet.blocks.postsList.view", sort: "knownValues", old_value: "[\"small\",\"medium\"]", new_value: "[\"small\",\"medium\",\"chapter\"]" }
Non-Breaking Changes (2)
- AddedVertex AddedVertex { vertex_id: "pub.leaflet.blocks.postsList.limit" }
- AddedEdge AddedEdge { src: "pub.leaflet.blocks.postsList", tgt: "pub.leaflet.blocks.postsList.limit", kind: "prop", name: Some("limit") }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "pub.leaflet.blocks.postsList.limit" }
Constraint Changes
- ConstraintTightened ConstraintTightened { vertex_id: "pub.leaflet.blocks.postsList.view", sort: "knownValues", old_value: "[\"small\",\"medium\"]", new_value: "[\"small\",\"medium\",\"chapter\"]" }
Additional Notes
- Non-breaking: AddedEdge { src: "pub.leaflet.blocks.postsList", tgt: "pub.leaflet.blocks.postsList.limit", kind: "prop", name: Some("limit") }
1
1
{
2
2
"id": "pub.leaflet.blocks.postsList",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [],
7
7
"properties": {
8
8
"view": {
9
9
"type": "string",
10
10
"knownValues": [
11
11
"small",
12
-
"medium"
12
+
"medium",
13
+
"chapter"
13
14
]
14
15
},
16
+
"limit": {
17
+
"type": "integer",
18
+
"minimum": 1,
19
+
"description": "Show at most this many posts."
20
+
},
15
21
"filterByTags": {
16
22
"type": "array",
17
23
"items": {
18
24
"type": "string"
19
25
}
20
26
},
21
27
"highlightFirstPost": {
22
28
"type": "boolean"
23
29
}
24
30
}
25
31
}
26
32
},
27
33
"$type": "com.atproto.lexicon.schema",
28
34
"lexicon": 1
29
35
}