feat: add const value _type to anki schema

This commit is contained in:
Max Richter
2025-10-11 12:19:47 +02:00
parent a12f1e7244
commit 6dff0778e2

View File

@@ -3,7 +3,9 @@
path: . path: .
codec: yaml codec: yaml
fields: fields:
- path: "_type" - path: _type
codec: const
value: Anki
} }
--- ---