Skip to content

Commit e88bf4d

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 f85d569 commit e88bf4d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

registry/contract-registry.json

Lines changed: 6 additions & 1 deletion
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",
@@ -1837,5 +1842,5 @@
18371842
"sha256": "sha256:eadc32085987ffda647b090e3eba3726edd102a66d4736e239457bb74867004b"
18381843
}
18391844
},
1840-
"count": 367
1845+
"count": 368
18411846
}

0 commit comments

Comments
 (0)