From 6dff0778e259ab34124f7a48aab3269553d4c1ae Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sat, 11 Oct 2025 12:19:47 +0200 Subject: [PATCH] feat: add const value _type to anki schema --- registry/templates/Anki.marka | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/registry/templates/Anki.marka b/registry/templates/Anki.marka index f0b1cca..10e2df3 100644 --- a/registry/templates/Anki.marka +++ b/registry/templates/Anki.marka @@ -3,7 +3,9 @@ path: . codec: yaml fields: - - path: "_type" + - path: _type + codec: const + value: Anki } ---