github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/format/unformatted/config.json (about)

     1  {
     2    "language": "Numbers",
     3    "active": true,
     4    "blurb": "",
     5    "ignore_pattern": "example(?!.*test)",
     6    "foregone": [
     7      "three",
     8      "four"
     9    ],
    10    "exercises": [
    11  {
    12        "uuid": "001",
    13        "slug": "one",
    14        "core": false,
    15        "unlocked_by": null,
    16        "difficulty": 1,
    17        "auto_approve": true,
    18        "topics": [
    19              "Control-flow (conditionals)",
    20              "Logic",
    21              "Booleans",
    22              "Integers"
    23        ]
    24      },
    25      {
    26        "uuid": "002",
    27        "slug": "two",
    28        "core": false,
    29        "unlocked_by": null,
    30        "difficulty": 1,
    31        "topics": [
    32          "Time",
    33          "Mathematics",
    34          "Text formatting",
    35          "Equality"
    36        ]}]}