github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/tree/config.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": "two", 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 "core": false, 64 "difficulty": 5, 65 "slug": "eight", 66 "topics": [ 67 ], 68 "unlocked_by": null, 69 "uuid": "008" 70 }, 71 { 72 "core": true, 73 "difficulty": 4, 74 "slug": "nine", 75 "topics": [ 76 ], 77 "unlocked_by": null, 78 "uuid": "009" 79 }, 80 { 81 "core": false, 82 "difficulty": 6, 83 "slug": "ten", 84 "topics": [ 85 ], 86 "unlocked_by": "six", 87 "uuid": "010" 88 }, 89 { 90 "core": true, 91 "difficulty": 4, 92 "slug": "eleven", 93 "topics": [ 94 ], 95 "unlocked_by": null, 96 "uuid": "011" 97 }, 98 { 99 "core": false, 100 "difficulty": 8, 101 "slug": "twelve", 102 "topics": [ 103 ], 104 "unlocked_by": "six", 105 "uuid": "012" 106 }, 107 { 108 "core": false, 109 "difficulty": 5, 110 "slug": "thirteen", 111 "topics": [ 112 ], 113 "unlocked_by": "two", 114 "uuid": "013" 115 } 116 ], 117 "foregone": [ 118 "three", 119 "four" 120 ], 121 "ignore_pattern": "example(?!.*test)", 122 "language": "Numbers" 123 }