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

     1  {
     2    "docs_url": "http://example.com/docs",
     3    "maintainers": [
     4      {
     5        "github_username": "alice",
     6        "alumnus": false,
     7        "show_on_website": false,
     8        "name": "Alice Jones",
     9        "link_text": null,
    10        "link_url": null,
    11        "avatar_url": null,
    12        "bio": null
    13      }
    14    ]
    15  }