app.offprint.block.mathBlock
Schema Diff
+0 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.offprint.block.mathBlock",
3
3
"defs": {
4
4
"main": {
5
5
"type": "object",
6
6
"required": [
7
7
"tex"
8
8
],
9
9
"properties": {
10
10
"tex": {
11
11
"type": "string",
12
-
"required": true,
13
12
"description": "LaTeX/TeX source for the equation"
14
13
}
15
14
}
16
15
}
17
16
},
18
17
"$type": "com.atproto.lexicon.schema",
19
18
"lexicon": 1
20
19
}