Framework
SchemaSnapshot
Interface: SchemaSnapshot
Namespace-level schema snapshot. Stored at: _flashcore:schema:{namespace}
Properties
| Property | Type | Description |
|---|---|---|
checksum | string | Combined checksum of all model checksums |
createdAt | string | Creation timestamp (ISO string) |
models | Record<string, SchemaMetadata> | All models in this namespace |
namespace | string | Namespace name (or '_default' for main namespace) |
version | number | Snapshot version number |
