{
"schemaVersion": 1,
"ok": true,
"data": {
"files": [
{
"path": "src/bad.harn",
"status": "warning",
"diagnostics": [
{
"source": "lint",
"severity": "critical",
"message": "not a real severity",
"span": { "start": 0, "end": 1 }
}
],
"fixable": 0,
"fixed": 0
}
],
"summary": {
"ok": 0,
"warnings": 1,
"errors": 0,
"diagnostics": 1,
"fixable": 0,
"fixed": 0
}
},
"error": null,
"warnings": []
}