From f0456ca39d5a77ac035fc835b1eebbbea23dfea7 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 8 Feb 2026 00:30:25 +0100 Subject: [PATCH] feat: update lexicon --- lexicons/space/litenote/note.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lexicons/space/litenote/note.json b/lexicons/space/litenote/note.json index 172e770..a9b0752 100644 --- a/lexicons/space/litenote/note.json +++ b/lexicons/space/litenote/note.json @@ -19,6 +19,10 @@ "description": "Markdown content of the blog post", "maxLength": 10000 }, + "publishedAt": { + "type": "string", + "format": "datetime" + }, "createdAt": { "type": "string", "format": "datetime"