{
  "schemaVersion": "1.0",
  "id": "ja-sudoku-0003-1wkuex",
  "type": "sudoku",
  "locale": "ja",
  "slug": "sudoku-hard-0003",
  "title": "数独チャレンジ 003",
  "description": "数独 の hard パズル。オンライン、印刷、App WebView に対応しています。",
  "difficulty": "hard",
  "seed": "playonepage-v1-ja-sudoku-3",
  "sequence": 3,
  "tags": [
    "sudoku",
    "hard",
    "ja"
  ],
  "audience": "全年齢",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "数独チャレンジ 003",
    "instructions": "空欄を埋め、各行・各列・各2x2ブロックで1-4を一度ずつ使います。"
  },
  "routes": {
    "json": "/puzzles/v1/ja/sudoku/ja-sudoku-0003-1wkuex.json",
    "embed": "/embed/v1/ja/sudoku/ja-sudoku-0003-1wkuex.html",
    "web": "/ja/puzzles/sudoku/sudoku-hard-0003/"
  },
  "puzzle": {
    "size": 4,
    "boxWidth": 2,
    "boxHeight": 2,
    "givens": [
      null,
      null,
      null,
      null,
      null,
      null,
      1,
      3,
      2,
      null,
      null,
      1,
      null,
      3,
      4,
      null
    ]
  },
  "solution": {
    "kind": "sudoku",
    "solutionGrid": [
      3,
      1,
      2,
      4,
      4,
      2,
      1,
      3,
      2,
      4,
      3,
      1,
      1,
      3,
      4,
      2
    ]
  },
  "estimatedMinutes": 5
}
