{ "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", "version": "2.1.0", "runs": [ { "tool": { "driver": { "name": "SpellChecker" } }, "results": [ { "ruleId": "SPELL1001", "level": "error", "message": { "text": "'woord' isn't in the dictionary." }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "highlight.cs" }, "region": { "startLine": 7, "startColumn": 21, "endColumn": 26, "snippet": { "text": "woord" } }, "contextRegion": { "startLine": 7, "startColumn": 1, "endColumn": 44, "snippet": { "text": " // This woord is spelled wrong." } } } } ] } ], "columnKind": "utf16CodeUnits" } ] }