app.offprint.block.imageCarousel
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.imageCarousel",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"images"
8
8
],
9
9
"properties": {
10
10
"images": {
11
11
"type": "array",
12
12
"items": {
13
13
"ref": "app.offprint.block.imageGrid#gridImage",
14
14
"type": "ref"
15
15
},
16
-
"required": true,
17
16
"maxLength": 6,
18
17
"minLength": 2,
19
18
"description": "Array of images in the carousel (2-6)"
20
19
},
21
20
"caption": {
22
21
"type": "string",
23
22
"description": "Carousel caption"
24
23
}
25
24
}
26
25
}
27
26
},
28
27
"$type": "com.atproto.lexicon.schema",
29
28
"lexicon": 1
30
29
}