app.offprint.content
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.content",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"items"
8
8
],
9
9
"properties": {
10
10
"items": {
11
11
"type": "array",
12
12
"items": {
13
13
"refs": [
14
14
"app.offprint.block.text",
15
15
"app.offprint.block.heading",
16
16
"app.offprint.block.blockquote",
17
17
"app.offprint.block.callout",
18
18
"app.offprint.block.bulletList",
19
19
"app.offprint.block.orderedList",
20
20
"app.offprint.block.taskList",
21
21
"app.offprint.block.codeBlock",
22
22
"app.offprint.block.horizontalRule",
23
23
"app.offprint.block.image",
24
24
"app.offprint.block.imageGrid",
25
25
"app.offprint.block.imageCarousel",
26
26
"app.offprint.block.imageDiff",
27
27
"app.offprint.block.webBookmark",
28
28
"app.offprint.block.webEmbed",
29
29
"app.offprint.block.button",
30
30
"app.offprint.block.mathBlock",
31
31
"app.offprint.block.blueskyPost"
32
32
],
33
33
"type": "union"
34
34
},
35
-
"required": true,
36
35
"description": "Array of content blocks"
37
36
}
38
37
}
39
38
}
40
39
},
41
40
"$type": "com.atproto.lexicon.schema",
42
41
"lexicon": 1
43
42
}