pub.leaflet.blocks.postsList
Schema Diff
+5 -0
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 2 non-breaking changes.
Breaking Changes (1)
- ConstraintAdded ConstraintAdded { vertex_id: "pub.leaflet.blocks.postsList.limit", sort: "minimum", value: "1" }
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
- ConstraintAdded ConstraintAdded { vertex_id: "pub.leaflet.blocks.postsList.limit", sort: "minimum", value: "1" }
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
12
"medium"
13
13
]
14
14
},
15
+
"limit": {
16
+
"type": "integer",
17
+
"minimum": 1,
18
+
"description": "Show at most this many posts."
19
+
},
15
20
"filterByTags": {
16
21
"type": "array",
17
22
"items": {
18
23
"type": "string"
19
24
}
20
25
},
21
26
"highlightFirstPost": {
22
27
"type": "boolean"
23
28
}
24
29
}
25
30
}
26
31
},
27
32
"$type": "com.atproto.lexicon.schema",
28
33
"lexicon": 1
29
34
}