20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"run_id": "run_YYYYMMDD_HHMMSS",
|
|
"spec_path": "specs/example_spec.md",
|
|
"output_dir": "outputs",
|
|
"total_count": 10,
|
|
"url_strategy_path": null,
|
|
"status": "in_progress",
|
|
"created_at": "2025-01-01T00:00:00Z",
|
|
"updated_at": "2025-01-01T00:00:00Z",
|
|
"completed_iterations": 0,
|
|
"failed_iterations": 0,
|
|
"iterations": [],
|
|
"used_urls": [],
|
|
"validation": {
|
|
"last_check": "2025-01-01T00:00:00Z",
|
|
"consistency_score": 1.0,
|
|
"issues": []
|
|
}
|
|
}
|