Framework
CatalogVerificationResult
Result of catalog verification.
| Property | Type | Description |
|---|
isValid | boolean | Whether the catalog is valid |
missingRecords | string[] | Record IDs in catalog but missing from storage |
orphanedRecords | string[] | Record IDs in storage but missing from catalog |
warnings | string[] | Non-critical warnings |