v6.1.1 — Saturday 11 April 2026#
- Schema formatting consistency fix (caught by new CI formatting check)
- Catalogue bundle command fixed (added 21 extension
--resolveflags) - Conformance test kit improvements: now publishable to npm as
@openinherit/conformance, Python runner usesjsonschemalibrary, bash runner portable across systems
v6.1.0 — Saturday 11 April 2026#
Array limits redesign#
Based on research into real-world estate sizes and collection inventories:
Catalogue document — limits raised for collectors with large inventories:
| Array | Previous | New |
|---|---|---|
| assets | 100 | 10,000 |
| valuations | 100 | 10,000 |
| assetCollections | 100 | 500 |
| organisations | 100 | 200 |
| spaces | 50 | 200 |
| assetInterests | 500 | 5,000 |
| dealerInterests | 200 | 2,000 |
| wishes | 50 | 200 |
| insurancePolicies | 50 | 100 |
Estate document — maxItems added to all previously uncapped arrays:
| Array | Limit | Array | Limit |
|---|---|---|---|
| people | 500 | organisations | 500 |
| assets | 2,000 | spaces | 500 |
| bequests | 500 | valuations | 5,000 |
| properties | 200 | lifetimeTransfers | 1,000 |
| trusts | 50 | kinships | 1,000 |
| liabilities | 200 | documents | 200 |
| wishes | 100 | nonprobateTransfers | 500 |
Existing limits unchanged: executors (20), guardians (20), extensions (30).
v6.0.1 — Saturday 11 April 2026#
- Fix stale
extensions-registry.jsonin npm package — root registry had updates that were not copied to the package directory. Caught by the new CI staleness check.
v6.0.0 — Sunday 6 April 2026#
Catalogue & dealer marketplace#
catalogue.json— new root schema for collection cataloguing (LegacyLists mode)dealer-interest.json— dealer expressions of interest with verificationasset-interest.json— wishlists, allocations, and expressions of interestasset-collection.json— named groupings of assets
Infrastructure#
- Repo renamed from
openinherit/freshtoopeninherit/standard - OpenAPI spec path flattened from
openapi/v1/toopenapi/
Full history on GitHub:
- CHANGELOG.md ↗ — complete schema change history
- GitHub Releases ↗ — tagged releases with notes
- @openinherit/schema ↗ — JSON Schema package
- @openinherit/sdk ↗ — TypeScript SDK
- @openinherit/conformance ↗ — Conformance test kit