app.offprint.block.webBookmark
Schema Diff
+0 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.webBookmark",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"href",
8
8
"title"
9
9
],
10
10
"properties": {
11
11
"href": {
12
12
"type": "string",
13
13
"format": "uri",
14
-
"required": true,
15
14
"description": "The URL of the bookmarked page"
16
15
},
17
16
"title": {
18
17
"type": "string",
19
-
"required": true,
20
18
"description": "Page title",
21
19
"maxGraphemes": 300
22
20
},
23
21
"preview": {
24
22
"type": "blob",
25
23
"accept": [
26
24
"image/*"
27
25
],
28
26
"maxSize": 1000000,
29
27
"description": "Open Graph image for the page"
30
28
},
31
29
"siteName": {
32
30
"type": "string",
33
31
"description": "Name of the website",
34
32
"maxGraphemes": 100
35
33
},
36
34
"description": {
37
35
"type": "string",
38
36
"description": "Page description/excerpt",
39
37
"maxGraphemes": 1000
40
38
}
41
39
}
42
40
}
43
41
},
44
42
"$type": "com.atproto.lexicon.schema",
45
43
"lexicon": 1
46
44
}