is.logue.block.website
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "is.logue.block.website",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"src"
8
8
],
9
9
"properties": {
10
10
"src": {
11
11
"type": "string",
12
12
"format": "uri"
13
13
},
14
14
"title": {
15
15
"type": "string"
16
16
},
17
17
"description": {
18
18
"type": "string"
19
19
},
20
20
"previewImage": {
21
21
"type": "blob",
22
22
"accept": [
23
23
"image/*"
24
24
],
25
-
"maxSize": 1000000
25
+
"maxSize": 2000000
26
26
}
27
27
}
28
28
}
29
29
},
30
30
"$type": "com.atproto.lexicon.schema",
31
31
"lexicon": 1
32
32
}