File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -250,8 +250,7 @@ Output units which do not contain errors or annotations SHOULD be excluded from
250
250
this format, however implementations MAY choose to include them for
251
251
completeness.
252
252
253
- ``` jsonc
254
- // failing results
253
+ ``` json "Failing Results"
255
254
{
256
255
"valid" : false ,
257
256
"details" : [
@@ -284,8 +283,9 @@ completeness.
284
283
}
285
284
]
286
285
}
286
+ ```
287
287
288
- // passing results
288
+ ``` json "Passing Results"
289
289
{
290
290
"valid" : true ,
291
291
"details" : [
@@ -362,8 +362,7 @@ All output units are included in this format.
362
362
363
363
The location properties of the root output unit MAY be omitted.
364
364
365
- ``` jsonc
366
- // failing results (errors)
365
+ ``` json "failing Results
367
366
{
368
367
"valid" : false ,
369
368
"evaluationPath" : " " ,
@@ -451,8 +450,9 @@ The location properties of the root output unit MAY be omitted.
451
450
}
452
451
]
453
452
}
453
+ ```
454
454
455
- // passing results (annotations)
455
+ ``` json "Passing Results
456
456
{
457
457
"valid" : true ,
458
458
"evaluationPath" : " " ,
You can’t perform that action at this time.
0 commit comments