Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schemas/SyncCycleReceipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
"type": "string",
"pattern": "^urn:srcos:audit:",
"description": "AuditEvent id that records this sync cycle in the append-only audit log."
},
"agentplaneRunRef": {
"type": ["string", "null"],
"description": "Optional URN or path reference to the agentplane RunArtifact that triggered the build producing this sync cycle. Links the governance execution trace to the SourceOS sync event."
}
}
}
Loading