forked from
mary.my.id/atcute
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
1{
2 "lexicon": 1,
3 "id": "pub.leaflet.blocks.code",
4 "defs": {
5 "main": {
6 "type": "object",
7 "required": ["plaintext"],
8 "properties": {
9 "plaintext": {
10 "type": "string"
11 },
12 "language": {
13 "type": "string"
14 },
15 "syntaxHighlightingTheme": {
16 "type": "string"
17 }
18 }
19 }
20 }
21}