atproto blogging
1{
2 "lexicon": 1,
3 "id": "pub.leaflet.blocks.header",
4 "defs": {
5 "main": {
6 "type": "object",
7 "required": [
8 "plaintext"
9 ],
10 "properties": {
11 "facets": {
12 "type": "array",
13 "items": {
14 "type": "ref",
15 "ref": "pub.leaflet.richtext.facet"
16 }
17 },
18 "level": {
19 "type": "integer",
20 "minimum": 1,
21 "maximum": 6
22 },
23 "plaintext": {
24 "type": "string"
25 }
26 }
27 }
28 }
29}