diff --git a/public/api-schemas.json b/public/api-schemas.json index 9e5a36471f..35dbb3a5fb 100644 --- a/public/api-schemas.json +++ b/public/api-schemas.json @@ -9574,6 +9574,28 @@ "skipped_quota_exceeded" ], "title": "Outcome" + }, + "workflow_run_id": { + "anyOf": [ + { + "type": "integer" + }, + { + "type": "null" + } + ], + "title": "Workflow Run Id" + }, + "job_url": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "title": "Job Url" } }, "type": "object", @@ -9584,7 +9606,9 @@ "retry_mode", "retry_attempt", "condition_matches", - "outcome" + "outcome", + "workflow_run_id", + "job_url" ], "title": "EventCiInsightsJobRetriedMetadata" },