{
  "$schema": "https://json.schemastore.org/sarif-2.1.0.json",
  "version": "2.1.0",
  "runs": [
    {
      "tool": {
        "driver": {
          "name": "FastTool Editorial Fixture",
          "rules": [
            {"id": "FT001", "shortDescription": {"text": "Synthetic command injection sink"}}
          ]
        }
      },
      "results": [
        {
          "ruleId": "FT001",
          "level": "error",
          "message": {"text": "Synthetic baseline finding; no production code is represented."},
          "locations": [
            {"physicalLocation": {"artifactLocation": {"uri": "src/demo.js"}, "region": {"startLine": 12}}}
          ],
          "partialFingerprints": {"primaryLocationLineHash": "fixture-ft001-a"}
        }
      ]
    }
  ]
}
