{
  "name": "DOOH Notepad Model",
  "version": "1.0.0",
  "codingRules": {
    "weekdayOrigin": "sunday",
    "minimalYearBase": 91,
    "indexDigits": 2,
    "padDayIndex": 2,
    "padMinimalYear": 2,
    "padIndex": 2,
    "padDayOfMonth": 2
  },
  "minimalYearCatalog": [
    { "my": 101, "label": "Minimal Year 101", "startIso": "2025-06-13T00:00:00Z" },
    { "my": 102, "label": "Minimal Year 102", "startIso": "2025-06-14T00:00:00Z" }
  ],
  "groups": [
    {"id":"inbox","name":"Inbox","color":"#1e2430"},
    {"id":"today","name":"Today","color":"#1d2a22"},
    {"id":"backlog","name":"Backlog","color":"#2a1f29"}
  ],
  "template": "**{{title}}** — {{body}}\n\n`due:` {{due||'—'}}  · `tags:` {{tags.join(', ')}}\n\n{{preview}}",
  "linkPreview": {
    "enabled": true,
    "proxyBase": "https://r.jina.ai/http://",
    "cacheTTL": 86400
  }
}