a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
at major 21 lines 314 B view raw
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}