31 lines
661 B
JSON
31 lines
661 B
JSON
{
|
|
"schemaVersion": 2,
|
|
"project": "<project>",
|
|
"codebasePath": "/shared/codebase/<project>",
|
|
"gitRevision": null,
|
|
"analysisStatus": "NOT_STARTED",
|
|
"analysisCycle": 1,
|
|
"scopes": [],
|
|
"reanalysis": {
|
|
"baselineRevision": null,
|
|
"targetRevision": null,
|
|
"mode": null,
|
|
"changedPaths": [],
|
|
"impactedScopes": [],
|
|
"requestedAt": null,
|
|
"completedAt": null
|
|
},
|
|
"finalDocument": {
|
|
"path": "final/document.md",
|
|
"status": "NOT_STARTED",
|
|
"sourceRevision": null
|
|
},
|
|
"rootTree": {
|
|
"path": "root-tree.md",
|
|
"status": "NOT_STARTED",
|
|
"sourceDocumentHash": null
|
|
},
|
|
"evidenceTasks": [],
|
|
"lastRunAt": null
|
|
}
|