app.offprint.block.imageDiff
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.imageDiff",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"images"
8
8
],
9
9
"properties": {
10
10
"width": {
11
11
"type": "string",
12
12
"description": "CSS width value"
13
13
},
14
14
"images": {
15
15
"type": "array",
16
16
"items": {
17
17
"ref": "app.offprint.block.imageGrid#gridImage",
18
18
"type": "ref"
19
19
},
20
-
"required": true,
21
20
"maxLength": 2,
22
21
"minLength": 2,
23
22
"description": "Exactly 2 images for comparison [before, after]"
24
23
},
25
24
"caption": {
26
25
"type": "string",
27
26
"description": "Comparison caption"
28
27
},
29
28
"alignment": {
30
29
"enum": [
31
30
"left",
32
31
"center",
33
32
"right"
34
33
],
35
34
"type": "string",
36
35
"description": "Horizontal alignment"
37
36
}
38
37
}
39
38
}
40
39
},
41
40
"$type": "com.atproto.lexicon.schema",
42
41
"lexicon": 1
43
42
}