{
"schema_version": 1,
"summary": {
"failing_rules": 1,
"passing_rules": 0,
"total_violations": 1,
"has_errors": true,
"has_warnings": false
},
"results": [
{
"id": "has-readme",
"level": "error",
"passed": false,
"fixable": false,
"violations": [
{
"message": "expected a file matching [README.md] at the repo root"
}
]
}
]
}