Skip to content

Commit 6cdc8bc

Browse files
committed
fix(registry): regenerate contract-registry.json for CaptureReceipt
contract-reconciliation CI requires the registry to be regenerated whenever a schema is added; this PR's schema was missing from it.
1 parent 410464d commit 6cdc8bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

registry/contract-registry.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@
236236
"path": "schemas/CaptureDelta.json",
237237
"sha256": "sha256:8583a8ba400e43f701390d829c766e90f3c48325f82daafbda3f530aa13f02b9"
238238
},
239+
"CaptureReceipt": {
240+
"$id": "https://schemas.srcos.ai/v2/CaptureReceipt.json",
241+
"path": "schemas/CaptureReceipt.json",
242+
"sha256": "sha256:2978227c49c59a2f032ddd7a106b4866501c2b10e95a6fdd9f9ccca141254580"
243+
},
239244
"CatalogEntry": {
240245
"$id": "https://schemas.srcos.ai/v2/CatalogEntry.json",
241246
"path": "schemas/CatalogEntry.json",

0 commit comments

Comments
 (0)