github.com/exercism/v2-configlet@v3.9.2+incompatible/fixtures/format/semantics/config.json (about) 1 { 2 "language": "Nope", 3 "active": false, 4 "blurb": "", 5 "exercises": [ 6 { 7 "slug": "one", 8 "uuid": "1", 9 "core": false, 10 "auto_approve": true, 11 "unlocked_by": null, 12 "difficulty": 1, 13 "topics": [] 14 }, 15 { 16 "slug": "two", 17 "uuid": "2", 18 "core": false, 19 "unlocked_by": null, 20 "difficulty": 1, 21 "topics": null 22 } 23 ] 24 }