{
  "schemaVersion": "1.0",
  "id": "en-nonogram-0019-1gmj2g",
  "type": "nonogram",
  "locale": "en",
  "slug": "nonogram-challenge-019-easy-0019",
  "title": "Nonogram Challenge 019",
  "description": "A easy Nonogram puzzle ready for online play, WebView embedding, and printing.",
  "difficulty": "easy",
  "seed": "playonepage-v1-en-nonogram-19",
  "sequence": 19,
  "tags": [
    "nonogram",
    "easy",
    "en"
  ],
  "audience": "All ages",
  "createdAt": "2026-05-30T00:00:00.000Z",
  "print": {
    "title": "Nonogram Challenge 019",
    "instructions": "Use the row and column clues to shade the correct cells."
  },
  "routes": {
    "json": "/puzzles/v1/en/nonogram/en-nonogram-0019-1gmj2g.json",
    "embed": "/embed/v1/en/nonogram/en-nonogram-0019-1gmj2g.html",
    "web": "/puzzles/nonogram/nonogram-challenge-019-easy-0019/"
  },
  "puzzle": {
    "rows": 5,
    "cols": 5,
    "rowClues": [
      [
        1
      ],
      [
        1,
        1
      ],
      [
        1
      ],
      [
        1,
        1
      ],
      [
        1,
        1
      ]
    ],
    "colClues": [
      [
        3
      ],
      [
        2
      ],
      [
        1
      ],
      [
        1
      ],
      [
        1
      ]
    ]
  },
  "solution": {
    "kind": "nonogram",
    "filled": [
      true,
      false,
      false,
      false,
      false,
      true,
      false,
      true,
      false,
      false,
      true,
      false,
      false,
      false,
      false,
      false,
      true,
      false,
      false,
      true,
      false,
      true,
      false,
      true,
      false
    ]
  },
  "estimatedMinutes": 4
}
