atproto blogging
1{
2 "lexicon": 1,
3 "id": "pub.leaflet.blocks.code",
4 "defs": {
5 "main": {
6 "type": "object",
7 "required": [
8 "plaintext"
9 ],
10 "properties": {
11 "language": {
12 "type": "string"
13 },
14 "plaintext": {
15 "type": "string"
16 },
17 "syntaxHighlightingTheme": {
18 "type": "string"
19 }
20 }
21 }
22 }
23}