github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/command/views/json/testdata/diagnostic/error-with-source-code-subject-but-no-context.json (about) 1 { 2 "severity": "error", 3 "summary": "Nonsense input", 4 "detail": "What you wrote makes no sense", 5 "range": { 6 "filename": "short.tf", 7 "start": { 8 "line": 1, 9 "column": 5, 10 "byte": 4 11 }, 12 "end": { 13 "line": 1, 14 "column": 10, 15 "byte": 9 16 } 17 }, 18 "snippet": { 19 "context": null, 20 "code": "bad source code", 21 "start_line": 1, 22 "highlight_start_offset": 4, 23 "highlight_end_offset": 9, 24 "values": [] 25 } 26 }