net.atchan.embed.image
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "net.atchan.embed.image",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"filename",
8
8
"image",
9
9
"alt"
10
10
],
11
11
"properties": {
12
12
"alt": {
13
13
"type": "string",
14
14
"maxLength": 20000,
15
15
"description": "Alt text description of the image for accessibility. May be empty.",
16
16
"maxGraphemes": 2000
17
17
},
18
18
"image": {
19
19
"type": "blob",
20
20
"accept": [
21
21
"image/*"
22
22
],
23
-
"maxSize": 10485760,
23
+
"maxSize": 26214400,
24
24
"description": "The image represented as bytes"
25
25
},
26
26
"filename": {
27
27
"type": "string",
28
28
"maxLength": 2600,
29
29
"description": "Name of the file as uploaded",
30
30
"maxGraphemes": 260
31
31
},
32
32
"aspectRatio": {
33
33
"ref": "net.atchan.embed.defs#aspectRatio",
34
34
"type": "ref"
35
35
}
36
36
}
37
37
}
38
38
},
39
39
"$type": "com.atproto.lexicon.schema",
40
40
"lexicon": 1
41
41
}