changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "abortSource": {
+ "type": "string"
+ },
+ "agentEndReason": {
+ "type": "string"
+ },
+ "agentId": {
+ "type": "string"
+ },
+ "boundProjectPath": {
+ "type": "string"
+ },
+ "cancelReason": {
+ "type": "string"
+ },
+ "cancelRequestedAt": {
+ "type": "string"
+ },
+ "changedFiles": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "checks": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "durationMs": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ },
+ "passed": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "name",
+ "passed",
+ "durationMs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "diffstat": {
+ "type": "string"
+ },
+ "errorType": {
+ "type": "string"
+ },
+ "finishedAt": {
+ "type": "string"
+ },
+ "keptInstance": {
+ "type": "boolean"
+ },
+ "lastRunSignal": {
+ "type": "string"
+ },
+ "latestVerificationVerdict": {
+ "type": "string"
+ },
+ "logFile": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "mode": {
+ "type": "string"
+ },
+ "model": {
+ "type": "string"
+ },
+ "modelProvider": {
+ "type": "string"
+ },
+ "needsUserKind": {
+ "type": "string"
+ },
+ "ok": {
+ "type": "boolean"
+ },
+ "pendingQuestion": {
+ "type": "string"
+ },
+ "permissionMode": {
+ "type": "string"
+ },
+ "progressSummary": {
+ "type": "string"
+ },
+ "projectPath": {
+ "type": "string"
+ },
+ "reportFiles": {
+ "additionalProperties": false,
+ "properties": {
+ "json": {
+ "type": "string"
+ },
+ "md": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "reportRound": {
+ "type": "number"
+ },
+ "result": {},
+ "round": {
+ "type": "number"
+ },
+ "status": {
+ "type": "string"
+ },
+ "taskId": {
+ "type": "string"
+ },
+ "verificationSource": {
+ "type": "string"
+ },
+ "zcodeSessionId": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}