Files
remanso-jetstream/lexicons/space/litenote/note.json
2026-02-08 00:33:38 +01:00

37 lines
858 B
JSON

{
"defs": {
"main": {
"description": "A markdown blog post with LaTeX, GitHub notes, Mermaid, YouTube and Bluesky extensions.",
"key": "tid",
"record": {
"type": "object",
"required": [
"title",
"content"
],
"properties": {
"title": {
"type": "string",
"maxLength": 1000
},
"content": {
"type": "string",
"description": "Markdown content of the blog post",
"maxLength": 10000
},
"publishedAt": {
"type": "string",
"format": "datetime"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"type": "record"
}
},
"id": "space.litenote.note",
"lexicon": 1
}