github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/tree/config-invalid-unlocked-by.json (about)

     1  {
     2    "active": true,
     3    "blurb": "",
     4    "exercises": [
     5      {
     6        "core": true,
     7        "difficulty": 1,
     8        "slug": "one",
     9        "topics": [
    10          "booleans",
    11          "control_flow_conditionals",
    12          "integers",
    13          "logic"
    14        ],
    15        "unlocked_by": null,
    16        "uuid": "001"
    17      },
    18      {
    19        "core": true,
    20        "difficulty": 1,
    21        "slug": "two",
    22        "topics": [
    23          "equality",
    24          "mathematics",
    25          "text_formatting",
    26          "time"
    27        ],
    28        "unlocked_by": null,
    29        "uuid": "002"
    30      },
    31      {
    32        "core": false,
    33        "difficulty": 2,
    34        "slug": "five",
    35        "topics": [
    36          "control-flow",
    37          "text_formatting"
    38        ],
    39        "unlocked_by": "one",
    40        "uuid": "005"
    41      },
    42      {
    43        "core": false,
    44        "difficulty": 3,
    45        "slug": "six",
    46        "topics": [
    47        ],
    48        "unlocked_by": "a non-existing exercise",
    49        "uuid": "006"
    50      },
    51      {
    52        "core": false,
    53        "difficulty": 3,
    54        "slug": "seven",
    55        "topics": [
    56          "spycraft",
    57          "martinis"
    58        ],
    59        "unlocked_by": null,
    60        "uuid": "007"
    61      }
    62    ],
    63    "foregone": [
    64      "three",
    65      "four"
    66    ],
    67    "ignore_pattern": "example(?!.*test)",
    68    "language": "Numbers"
    69  }