pub.leaflet.blocks.postsList
Schema Diff
+2 -1
Compatibility Analysis
Breaking Changes Detected
1 breaking change, 0 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\"]" }
Migration Guidance
Constraint Changes
- ConstraintTightened ConstraintTightened { vertex_id: "pub.leaflet.blocks.postsList.view", sort: "knownValues", old_value: "[\"small\",\"medium\"]", new_value: "[\"small\",\"medium\",\"chapter\"]" }
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
},
15
16
"limit": {
16
17
"type": "integer",
17
18
"minimum": 1,
18
19
"description": "Show at most this many posts."
19
20
},
20
21
"filterByTags": {
21
22
"type": "array",
22
23
"items": {
23
24
"type": "string"
24
25
}
25
26
},
26
27
"highlightFirstPost": {
27
28
"type": "boolean"
28
29
}
29
30
}
30
31
}
31
32
},
32
33
"$type": "com.atproto.lexicon.schema",
33
34
"lexicon": 1
34
35
}