forum.barazo.richtext
Schema Diff
+0 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "forum.barazo.richtext",
3
3
"defs": {
4
4
"markdown": {
5
5
"type": "object",
6
6
"required": [
7
7
"value"
8
8
],
9
9
"properties": {
10
10
"value": {
11
11
"type": "string",
12
12
"maxLength": 100000,
13
13
"minLength": 1,
14
14
"description": "Markdown-formatted text."
15
15
}
16
16
},
17
17
"description": "Markdown-formatted text content."
18
18
}
19
19
},
20
20
"$type": "com.atproto.lexicon.schema",
21
21
"lexicon": 1,
22
22
"description": "Content format definitions for forum post and reply bodies."
23
23
}