{ "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", "version": "2.1.0", "properties": { "comment": "This is a template that you can copy and modify to create other samples." }, "runs": [ { "tool": { "driver": { "name": "SarifSamples" } }, "results": [ { "ruleId": "SMP0001", "message": { "text": "The result." }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "code/example.cs" }, "region": { "startLine": 4, "startColumn": 19, "endColumn": 22, "snippet": { "text": "BAD" } }, "contextRegion": { "startLine": 4, "startColumn": 5, "endColumn": 28, "snippet": { "text": "/// This is a BAD word." } } } } ] } ], "columnKind": "utf16CodeUnits" } ] }