app.offprint.block.blockquote
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.blockquote",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"content"
8
8
],
9
9
"properties": {
10
10
"content": {
11
11
"type": "array",
12
12
"items": {
13
13
"refs": [
14
14
"app.offprint.block.text",
15
15
"app.offprint.block.heading"
16
16
],
17
17
"type": "union"
18
18
},
19
-
"required": true,
20
19
"description": "Nested content blocks within the blockquote"
21
20
}
22
21
}
23
22
}
24
23
},
25
24
"$type": "com.atproto.lexicon.schema",
26
25
"lexicon": 1
27
26
}