app.offprint.block.codeBlock
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.codeBlock",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"code"
8
8
],
9
9
"properties": {
10
10
"code": {
11
11
"type": "string",
12
-
"required": true,
13
12
"description": "The code content"
14
13
},
15
14
"language": {
16
15
"type": "string",
17
16
"description": "Programming language for syntax highlighting"
18
17
},
19
18
"showLineNumbers": {
20
19
"type": "boolean",
21
20
"default": false,
22
21
"description": "Whether to display line numbers"
23
22
}
24
23
}
25
24
}
26
25
},
27
26
"$type": "com.atproto.lexicon.schema",
28
27
"lexicon": 1
29
28
}