17 lines
319 B
JSON
17 lines
319 B
JSON
|
|
{
|
||
|
|
"task_id": "TASK-0001",
|
||
|
|
"verdict": "pass",
|
||
|
|
"checked_criterion_ids": [
|
||
|
|
"SC-001"
|
||
|
|
],
|
||
|
|
"checks": [
|
||
|
|
{
|
||
|
|
"criterion_id": "SC-001",
|
||
|
|
"criterion": "criterion text",
|
||
|
|
"result": "pass",
|
||
|
|
"evidence": "Reference to proof (test, file, manual smoke step)."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"missing_or_wrong": []
|
||
|
|
}
|