{
  "exit_code": 2,
  "log": "/data/jobs/job_49f797673622/impeccable.log",
  "findings_count": 2,
  "findings": [
    {
      "antipattern": "low-contrast",
      "name": "Low contrast text",
      "description": "Text does not meet WCAG AA contrast requirements (4.5:1 for body, 3:1 for large text). Increase the contrast between text and background.",
      "file": "/data/jobs/job_49f797673622/dist/index.html",
      "line": 0,
      "snippet": "3.7:1 (need 4.5:1) \u2014 text #8a847e on #ffffff"
    },
    {
      "antipattern": "layout-transition",
      "name": "Layout property animation",
      "description": "Animating width, height, padding, or margin causes layout thrash and janky performance. Use transform and opacity instead, or grid-template-rows for height animations.",
      "file": "/data/jobs/job_49f797673622/dist/index.html",
      "line": 0,
      "snippet": "transition: width"
    }
  ],
  "status": "findings"
}