1.2.0
BREAKING
API
Existing profiles auto-migrate to Person on first open. Workflows and integrations that read the old flat schema must be updated.
New entity types
Person — jurisdiction, citizenship, and known aliases as structured fields. For individual subjects.
Organization — ownership share, parent-org reference, industry codes. For companies, NGOs, and government bodies.
Asset — wallets, properties, and accounts with chain-of-custody fields. For crypto, real estate, and vehicles.
Action required
Update export-API paths from profile.field to profile.<entity>.field.
Review the migration guide before rolling out self-hosted updates.
Test integrations that depend on the old flat schema.
Added
Person, Organization, and Asset entity types.
Structured fields: jurisdiction, ownership share, custodian.
Auto-migration of existing profiles to Person.
Removed
Flat profile.field schema — use profile.<entity>.field instead.
The profile schema is split into Person, Organization, and Asset entity types. Existing profiles auto-migrate to Person on first open.
What's new in each entity
Person: jurisdiction, citizenship, and known aliases as structured fields.
Organization: ownership share, parent-org reference, industry codes.
Asset: wallets, properties, and accounts with chain-of-custody fields.
Action required
Update export-API paths from profile.field to profile.person.field.
Review the migration guide before rolling out self-hosted updates.
Test integrations that depend on the old flat schema.

